mirror of
https://github.com/python/cpython.git
synced 2026-07-24 10:52:24 -04:00
fbca90856d
Use the core configuration of the interpreter, rather than using global configuration variables. For example, replace Py_QuietFlag with core_config->quiet.
Source files for standard library extension modules, and former extension modules that are now builtin modules.