Author: Carl Friedrich Bolz <cfb...@gmx.de> Branch: Changeset: r71588:91bee71be820 Date: 2014-04-25 11:14 +0200 http://bitbucket.org/pypy/pypy/changeset/91bee71be820/
Log: this XXX is no longer needed, __debug__ works correctly nowadays, as the __pypy__ module sets diff --git a/pypy/module/__builtin__/__init__.py b/pypy/module/__builtin__/__init__.py --- a/pypy/module/__builtin__/__init__.py +++ b/pypy/module/__builtin__/__init__.py @@ -33,7 +33,7 @@ interpleveldefs = { # constants - '__debug__' : '(space.w_True)', # XXX + '__debug__' : '(space.w_True)', 'None' : '(space.w_None)', 'False' : '(space.w_False)', 'True' : '(space.w_True)', _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit