diff options
author | Victor Stinner <vstinner@redhat.com> | 2019-05-22 22:57:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-22 22:57:57 (GMT) |
commit | 5edcf263581c70f6a6c2206db679e51e9418bb38 (patch) | |
tree | 0e3daf1f74f0ab2b3265800b2314335e8221c239 /Python/traceback.c | |
parent | cfb241bd29a94fd825a317a78322e3cdba0e75a7 (diff) | |
download | cpython-5edcf263581c70f6a6c2206db679e51e9418bb38.zip cpython-5edcf263581c70f6a6c2206db679e51e9418bb38.tar.gz cpython-5edcf263581c70f6a6c2206db679e51e9418bb38.tar.bz2 |
bpo-36763: Rename private Python initialization functions (GH-13511)
* Rename private C 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.
Diffstat (limited to 'Python/traceback.c')
0 files changed, 0 insertions, 0 deletions