mirror of
https://github.com/python/cpython.git
synced 2026-01-29 14:15:31 +00:00
Allow annotated global names in the module namespace after the symbol is declared as global. Previously, only symbols annotated before they are declared as global (i.e. inside a function) were allowed. This change allows symbols to be declared as global before the annotation happens in the global scope.
Miscellaneous source files for the main Python shared library