SIGN IN SIGN UP

bpo-36763: Rename private Python initialization functions (GH-13511)

* 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.
V
Victor Stinner committed
5edcf263581c70f6a6c2206db679e51e9418bb38
Parent: cfb241b
Committed by GitHub <noreply@github.com> on 5/22/2019, 10:57:57 PM