Files
cpython/Modules
Pablo Galindo d5b4f1b5a0 bpo-34983: Expose symtable.Symbol.is_nonlocal() in the symtable module (GH-9872)
The symbol table was not exposing functionality to query the nonlocal symbols
in a function or to check if a particular symbol is nonlocal.
2018-10-20 01:46:00 +01:00
..
2017-11-05 15:37:50 +02:00
2018-10-19 23:30:03 +02:00
2017-11-08 14:44:44 -08:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.