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 terry.reedy
Recipients Carl.Friedrich.Bolz, pablogsal, terry.reedy
Date 2021-11-12.22:36:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636756618.8.0.545723549831.issue45781@roundup.psfhosted.org>
In-reply-to
Content
For comparison:

True = 0
SyntaxError: cannot assign to True
del True
SyntaxError: cannot delete True

It almost seems like __debug__ is a hidden keyword value, but with a startup-dependent value
History
Date User Action Args
2021-11-12 22:36:58terry.reedysetrecipients: + terry.reedy, Carl.Friedrich.Bolz, pablogsal
2021-11-12 22:36:58terry.reedysetmessageid: <1636756618.8.0.545723549831.issue45781@roundup.psfhosted.org>
2021-11-12 22:36:58terry.reedylinkissue45781 messages
2021-11-12 22:36:58terry.reedycreate