[pypy-commit] pypy __debug__-optimize: remove obsolete comment

rlamy pypy.commits at gmail.com
Tue Aug 6 15:38:24 EDT 2019


Author: Ronan Lamy <ronan.lamy at gmail.com>
Branch: __debug__-optimize
Changeset: r97083:04f2e33aa9a7
Date: 2019-08-06 20:37 +0100
http://bitbucket.org/pypy/pypy/changeset/04f2e33aa9a7/

Log:	remove obsolete comment

diff --git a/pypy/module/__builtin__/test/test_compile.py b/pypy/module/__builtin__/test/test_compile.py
--- a/pypy/module/__builtin__/test/test_compile.py
+++ b/pypy/module/__builtin__/test/test_compile.py
@@ -30,9 +30,3 @@
         space.appexec([], """():
             exec(compile('assert False', '', 'exec', optimize=-1))
         """)
-
-
-# TODO: Check the value of __debug__ inside of the compiled block!
-#       According to the documentation, it should follow the optimize flag.
-#       However, cpython3.5.0a0 behaves the same way as PyPy (__debug__ follows
-#       -O, -OO flags of the interpreter).


More information about the pypy-commit mailing list