mirror of
https://github.com/python/cpython.git
synced 2026-05-08 13:40:46 -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.
Miscellaneous source files for the main Python shared library