On Fri, Sep 23, 2011 at 2:06 PM, Benjamin Peterson <benja...@python.org> wrote:
> 2011/9/23 Steven D'Aprano <st...@pearwood.info>:
>>
>> 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.
>

Wait a second.

Why do you need such guarantees in the first place? It's not like
pypy's pycs and CPython pycs are interexchangeable. Whether pypy uses
bytecode or not is even an internal detail.

But as armin said, why bother?

Cheers,
fijal
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to