Hi Bent, On Sat, Mar 10, 2012 at 11:48, Bent Phillipsen <[email protected]> wrote: > Thank you for making pypy available. It is really excellent work!
Thanks! :-) > By the way: I have observed, that the assert statement is not fully > implemented in pypy (which possibly is well known). In cpython with the -O > option no bytecode is generated for the assert statement. In pypy the same > bytecode is generated with and without the -O option. Indeed, "pypy --help" says "-O: dummy optimization flag for compatibility with C Python". Maybe it's a difference that we need to fix at some point. We never use "-O" ourselves, if only because you can't translate pypy with this option --- the asserts in PyPy's own source code are essential :-) A bientôt, Armin. _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
