mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
gh-77782: Deprecate global configuration variable (#93943)
Deprecate global configuration variable like Py_IgnoreEnvironmentFlag: the Py_InitializeFromConfig() API should be instead. Fix declaration of Py_GETENV(): use PyAPI_FUNC(), not PyAPI_DATA().
This commit is contained in:
parent
f64557f480
commit
0ff626f210
8 changed files with 96 additions and 28 deletions
|
|
@ -0,0 +1,3 @@
|
|||
Deprecate global configuration variable like
|
||||
:c:var:`Py_IgnoreEnvironmentFlag`: the :c:func:`Py_InitializeFromConfig` API
|
||||
should be instead. Patch by Victor Stinner.
|
||||
Loading…
Add table
Add a link
Reference in a new issue