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.
V
Victor Stinner committed
ab67281e95de1a88c4379a75a547f19a8ba5ec30
Parent: cda73a5
Committed by GitHub <noreply@github.com>
on 1/23/2019, 2:04:40 PM