FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

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

/ cpython Public

bpo-36763: Rename Python initialization functions - #13511

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

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

Conversation

vstinner commented May 22, 2019
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member
  • 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
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
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


Back | FazBrowse Home | New Git URL