Files
cpython/Modules
Victor Stinner fbca90856d bpo-34523: Use _PyCoreConfig instead of globals (GH-9005)
Use the core configuration of the interpreter, rather
than using global configuration variables. For example, replace
Py_QuietFlag with core_config->quiet.
2018-08-30 00:50:45 +02:00
..

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