Victor Stinner ab67281e95
bpo-35713: Reorganize sys module initialization (GH-11658)
* Rename _PySys_BeginInit() to _PySys_InitCore().
* Rename _PySys_EndInit() to _PySys_InitMain().
* Add _PySys_Create(). It calls _PySys_InitCore() which becomes
  private.
* Add _PySys_SetPreliminaryStderr().
* Rename _Py_ReadyTypes() to _PyTypes_Init().
* Misc code cleanup.
2019-01-23 15:04:40 +01:00
..
2013-10-05 16:28:04 -04:00
2018-01-26 08:20:18 -08:00
2014-10-10 11:55:41 +02:00
2018-01-31 17:44:09 -05:00
2017-09-29 15:53:19 -07:00
2016-08-20 08:03:06 +00:00
2017-09-14 18:13:16 -07:00