mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +00:00
Use the core configuration of the interpreter, rather than using global configuration variables. For example, replace Py_QuietFlag with core_config->quiet.
Miscellaneous source files for the main Python shared library