◐ Shell
clean mode source ↗

gh-133644: Avoid deprecated Py_SetProgramName() in _testembed.c by vstinner · Pull Request #133665 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@vstinner

  • Rename _testembed_Py_InitializeFromConfig() to _testembed_initialize().
  • Replace _testembed_Py_Initialize() with _testembed_initialize().

@vstinner

@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 vstinner changed the title gh-133644: Avoid deprecated Py_SetProgramName() in _testembed gh-133644: Avoid deprecated Py_SetProgramName() in _testembed.c

May 9, 2025

Pranjal095 pushed a commit to Pranjal095/cpython that referenced this pull request

Jul 12, 2025
…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

Aug 4, 2025
…python#133665)

* Rename _testembed_Py_InitializeFromConfig() to
  _testembed_initialize().
* Replace _testembed_Py_Initialize() with _testembed_initialize().

Labels

1 participant

@vstinner