gh-133644: Avoid deprecated Py_SetProgramName() in _testembed.c by vstinner · Pull Request #133665 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Conversation
- Rename _testembed_Py_InitializeFromConfig() to _testembed_initialize().
- Replace _testembed_Py_Initialize() with _testembed_initialize().
@picnixz: I wrote this PR to prepare removing Python configuration "setter" functions (such as Py_SetProgramName()).
* Rename _testembed_Py_InitializeFromConfig() to _testembed_initialize(). * Replace _testembed_Py_Initialize() with _testembed_initialize().
vstinner
changed the title
gh-133644: Avoid deprecated Py_SetProgramName() in _testembed
gh-133644: Avoid deprecated Py_SetProgramName() in _testembed.c
Pranjal095 pushed a commit to Pranjal095/cpython that referenced this pull request
…python#133665) * Rename _testembed_Py_InitializeFromConfig() to _testembed_initialize(). * Replace _testembed_Py_Initialize() with _testembed_initialize().
taegyunkim pushed a commit to taegyunkim/cpython that referenced this pull request
…python#133665) * Rename _testembed_Py_InitializeFromConfig() to _testembed_initialize(). * Replace _testembed_Py_Initialize() with _testembed_initialize().
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