Files
cpython/Include
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
..
2018-06-11 15:01:47 +03:00
2018-01-26 08:20:18 -08:00
2018-01-26 08:20:18 -08:00
2018-01-31 17:44:09 -05:00