mirror of
https://github.com/python/cpython.git
synced 2026-01-30 06:36:55 +00:00
Trying to assign a value to __debug__ using the assignment operator is supposed to fail, but a missing check for forbidden names when setting the context in the ast was preventing this behaviour.
Miscellaneous source files for the main Python shared library