mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
de2aea0ff0
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