Skip to content

bpo-36763: Rename Python initialization functions#13511

Merged
vstinner merged 1 commit intopython:masterfrom
vstinner:config_rename
May 22, 2019
Merged

bpo-36763: Rename Python initialization functions#13511
vstinner merged 1 commit intopython:masterfrom
vstinner:config_rename

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented May 22, 2019

  • 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants