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
..
2018-11-09 13:03:37 +01:00
2019-01-21 21:49:40 +01:00
2019-01-11 14:26:55 -07:00
2018-11-09 13:03:37 +01:00
2018-11-09 13:03:37 +01:00
2018-11-23 13:08:26 +01:00
2018-11-09 13:03:37 +01:00
2018-11-09 13:03:37 +01:00
2018-11-09 13:03:37 +01:00
2018-11-22 02:57:29 +01:00
2018-11-17 20:41:48 -08:00
2018-11-12 16:53:38 +01:00
2019-01-23 15:04:40 +01:00
2018-11-13 12:52:18 +01:00
2018-11-12 16:53:38 +01:00
2018-11-25 23:56:17 +01:00
2018-11-09 13:03:37 +01:00