2011/9/23 Steven D'Aprano <[email protected]>: > > So the question is: would it be a burden for PyPy to make any guarantees > about the stability of bytecode?
I would say not without great benefit. If you're doing something that requires changing bytecode, the obvious answer is to add some syntax instead. -- Regards, Benjamin _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
