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.
V
Victor Stinner committed
fbca90856d96273fd87c0b126f6e7966af7fbf7b
Parent: de42755
Committed by GitHub <noreply@github.com>
on 8/29/2018, 10:50:45 PM