Author: Ronan Lamy <[email protected]>
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).
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to