This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients SilentGhost, arigo, eryksun, josh.r, serhiy.storchaka
Date 2016-05-31.19:09:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464721779.29.0.103686460459.issue27169@psf.upfronthosting.co.za>
In-reply-to
Content
I think that the complete solution of this problem is making __debug__ a named constant like None, True, False.

This needs changing the grammar of Python.
History
Date User Action Args
2016-05-31 19:09:39serhiy.storchakasetrecipients: + serhiy.storchaka, arigo, SilentGhost, eryksun, josh.r
2016-05-31 19:09:39serhiy.storchakasetmessageid: <1464721779.29.0.103686460459.issue27169@psf.upfronthosting.co.za>
2016-05-31 19:09:39serhiy.storchakalinkissue27169 messages
2016-05-31 19:09:39serhiy.storchakacreate