Skip to content

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