mirror of
https://github.com/python/cpython.git
synced 2026-07-24 10:52:24 -04:00
d5b4f1b5a0
The symbol table was not exposing functionality to query the nonlocal symbols in a function or to check if a particular symbol is nonlocal.
Source files for standard library extension modules, and former extension modules that are now builtin modules.