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.

classification
Title: warn about __debug__ assignment
Type: Stage:
Components: Interpreter Core Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jhylton Nosy List: jhylton
Priority: release blocker Keywords:

Created on 2001-04-04 18:07 by jhylton, last changed 2022-04-10 16:03 by admin. This issue is now closed.

Messages (2)
msg4173 - (view) Author: Jeremy Hylton (jhylton) (Python triager) Date: 2001-04-04 18:07
Back out the change that makes it illegal to assign to
__debug__ and issue a warning instead.
msg4174 - (view) Author: Jeremy Hylton (jhylton) (Python triager) Date: 2001-04-09 16:14
Logged In: YES 
user_id=31392

fixed in rev 2.195 of compile.c
History
Date User Action Args
2022-04-10 16:03:55adminsetgithub: 34277
2001-04-04 18:07:43jhyltoncreate