On Thu, Oct 27, 2016 at 1:42 AM, Marko Rauhamaa <[email protected]> wrote:
> Chris Angelico <[email protected]>:
>> And since Python doesn't rewrite the code, you don't have a problem.
>
> Do you mean Python or CPython?
>
> And how do you know?

Both, and I know because Python-the-language doesn't permit those
kinds of rewrites. PyPy does do a whole lot of optimization, but it
very carefully ensures that semantics are retained with reference to
object identities and execution order and so on.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to