• Victor Stinner's avatar
    bpo-36763: Rename private Python initialization functions (GH-13511) · 5edcf263
    Victor Stinner yazdı
    * Rename private C functions:
    
      * _Py_Initialize_ReconfigureCore => pyinit_core_reconfigure
      * _Py_InitializeCore_impl => pyinit_core_config
      * _Py_InitializeCore = > pyinit_core
      * _Py_InitializeMainInterpreter => pyinit_main
      * init_python => pyinit_python
    
    * Rename _testembed.c commands: add "test_" prefix.
    5edcf263
Adı
Son kayıt (commit)
Son güncelleme
..
README Loading commit data...
_freeze_importlib.c Loading commit data...
_testembed.c Loading commit data...
python.c Loading commit data...