• Victor Stinner's avatar
    bpo-35713: Split _Py_InitializeCore into subfunctions (GH-11650) · 6d43f6f0
    Victor Stinner yazdı
    * Split _Py_InitializeCore_impl() into subfunctions: add multiple pycore_init_xxx() functions
    * Preliminary sys.stderr is now set earlier to get an usable
      sys.stderr ealier.
    * Move code into _Py_Initialize_ReconfigureCore() to be able to call
      it from _Py_InitializeCore().
    * Split _PyExc_Init(): create a new _PyBuiltins_AddExceptions()
      function.
    * Call _PyExc_Init() earlier in _Py_InitializeCore_impl()
      and new_interpreter() to get working exceptions earlier.
    * _Py_ReadyTypes() now returns _PyInitError rather than calling
      Py_FatalError().
    * Misc code cleanup
    6d43f6f0
Adı
Son kayıt (commit)
Son güncelleme
..
pycore_accu.h Loading commit data...
pycore_atomic.h Loading commit data...
pycore_ceval.h Loading commit data...
pycore_condvar.h Loading commit data...
pycore_context.h Loading commit data...
pycore_fileutils.h Loading commit data...
pycore_getopt.h Loading commit data...
pycore_gil.h Loading commit data...
pycore_hamt.h Loading commit data...
pycore_object.h Loading commit data...
pycore_pathconfig.h Loading commit data...
pycore_pyhash.h Loading commit data...
pycore_pylifecycle.h Loading commit data...
pycore_pymem.h Loading commit data...
pycore_pystate.h Loading commit data...
pycore_tupleobject.h Loading commit data...
pycore_warnings.h Loading commit data...