Files
cpython/Modules
Victor Stinner e267793aa4 bpo-38234: Fix PyConfig_Read() when Py_SetPath() was called (GH-16298)
* If Py_SetPath() has been called, _PyConfig_InitPathConfig() now
  uses its value.
* Py_Initialize() now longer copies path configuration from PyConfig
  to the global path configuration (_Py_path_config).
2019-09-21 01:50:16 +02:00
..
2019-09-15 15:51:44 +01:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.