]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-153300: Reuse PYCONFIG_SPEC in config_set_global_vars() (#153471)
authorVictor Stinner <vstinner@python.org>
Fri, 10 Jul 2026 17:59:27 +0000 (19:59 +0200)
committerGitHub <noreply@github.com>
Fri, 10 Jul 2026 17:59:27 +0000 (19:59 +0200)
commit0293eacc248421de3f87ba13ead53e7184a81697
treedf4f03ad7ec570ac99ff9357c5b96db5faa294c1
parent811974aa65ae048aa38449e1ebc995613e2a2bf0
gh-153300: Reuse PYCONFIG_SPEC in config_set_global_vars() (#153471)

No longer hardcode global configuration variables. Use the
PyConfigGlobalVar member of PYCONFIG_SPEC.
Python/initconfig.c