mirror of
https://github.com/python/cpython.git
synced 2026-05-08 13:40:46 -04:00
3ad9167305
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