]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-98608: Move PyInterpreterConfig to pylifecycle.h (GH-107191) (#107198)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 24 Jul 2023 20:13:07 +0000 (13:13 -0700)
committerGitHub <noreply@github.com>
Mon, 24 Jul 2023 20:13:07 +0000 (20:13 +0000)
commit5bf7165e591f2e7502672cc591cea480a5b91a8f
tree736b272addb207bf25e924cf589543a3af13eb66
parentf573a6a281e49560a1022a13c39e44a9207ef6d2
[3.12] gh-98608: Move PyInterpreterConfig to pylifecycle.h (GH-107191) (#107198)

gh-98608: Move PyInterpreterConfig to pylifecycle.h (GH-107191)

Move PyInterpreterConfig structure and associated macros from
initconfig.h to pylifecycle.h: it's not related to the Python
Initialization Configuration.
(cherry picked from commit e717b47ed8ae7017f0bfb835fe673aa836e8fcca)

Co-authored-by: Victor Stinner <vstinner@python.org>
Include/cpython/initconfig.h
Include/cpython/pylifecycle.h