]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133644: Avoid deprecated Py_SetProgramName() in _testembed.c (#133665)
authorVictor Stinner <vstinner@python.org>
Fri, 9 May 2025 15:50:21 +0000 (17:50 +0200)
committerGitHub <noreply@github.com>
Fri, 9 May 2025 15:50:21 +0000 (17:50 +0200)
commit6d9ec4e9d70a8a04000398e0a3fb2ca279e81657
treec7c8f8942c58c9644446a59c7698416d76635e15
parentde28651a7f060fddb55568469ce93f0b03830d15
gh-133644: Avoid deprecated Py_SetProgramName() in _testembed.c (#133665)

* Rename _testembed_Py_InitializeFromConfig() to
  _testembed_initialize().
* Replace _testembed_Py_Initialize() with _testembed_initialize().
Lib/test/test_embed.py
Programs/_testembed.c