◐ Shell
clean mode source ↗

bpo-36763: Rename Python initialization functions by vstinner · Pull Request #13511 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

vstinner

merged 1 commit into

May 22, 2019

Conversation

@vstinner

  • Rename 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

https://bugs.python.org/issue36763

* Rename 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

Labels