bpo-36763: Rename Python initialization functions by vstinner · Pull Request #13511 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Merged
Conversation
-
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
* 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters