2011/12/9 Alexander Golec <[email protected]>: > So at no point reachable from the entry_point (or is it run?) of the program > can you create classes and functions?
All the classes that there will ever by instances of in the RPython program are known at translation. -- Regards, Benjamin _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
