]> granicus.if.org Git - python/commit
bpo-36763: Rename private Python initialization functions (GH-13511)
authorVictor Stinner <vstinner@redhat.com>
Wed, 22 May 2019 22:57:57 +0000 (00:57 +0200)
committerGitHub <noreply@github.com>
Wed, 22 May 2019 22:57:57 +0000 (00:57 +0200)
commit5edcf263581c70f6a6c2206db679e51e9418bb38
tree0e3daf1f74f0ab2b3265800b2314335e8221c239
parentcfb241bd29a94fd825a317a78322e3cdba0e75a7
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.
Lib/test/test_embed.py
Programs/_testembed.c
Python/pylifecycle.c