[pypy-dev] Excellent work!
Armin Rigo
arigo at tunes.org
Sat Mar 10 22:52:53 CET 2012
Hi Bent,
On Sat, Mar 10, 2012 at 11:48, Bent Phillipsen <bphillipsen at baden.ch> 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.
More information about the pypy-dev
mailing list