New issue 3000: `-O` command line flag doesn't work on pypy3
https://bitbucket.org/pypy/pypy/issues/3000/o-command-line-flag-doesnt-work-on-pypy3

Anton Älgmyr:

The `-O` does not disable asserts in pypy3. Tested with `PyPy 7.1.0` on a linux 
machine, also confirmed on a windows machine.

To reproduce,create a file containing `assert False`. Run using `pypy -O` and 
`pypy3 -O`.


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to