]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93103: Deprecate global configuration variable (#93104)
authorVictor Stinner <vstinner@python.org>
Mon, 23 May 2022 12:56:35 +0000 (14:56 +0200)
committerGitHub <noreply@github.com>
Mon, 23 May 2022 12:56:35 +0000 (14:56 +0200)
commit764e83db8536ece49550f8a44f0525cb031369a4
treee82955627c0f6adf9008759b2f2d7a8933da0407
parent760ec8940aabd6a7fc471bd913ea1ac501cc604b
gh-93103: Deprecate global configuration variable (#93104)

Deprecate global configuration variables, like
Py_IgnoreEnvironmentFlag, in the documentation: the
Py_InitializeFromConfig() API should be instead.
Doc/c-api/init.rst
Doc/c-api/init_config.rst
Misc/NEWS.d/next/C API/2022-05-23-13-33-18.gh-issue-93103.ooD3Eb.rst [new file with mode: 0644]