]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98608: Move PyInterpreterConfig to pylifecycle.h (#107191)
authorVictor Stinner <vstinner@python.org>
Mon, 24 Jul 2023 19:42:04 +0000 (21:42 +0200)
committerGitHub <noreply@github.com>
Mon, 24 Jul 2023 19:42:04 +0000 (19:42 +0000)
commite717b47ed8ae7017f0bfb835fe673aa836e8fcca
tree1e1e07a19766dbf8df9e9eac6f2accaedff0c0f2
parentdb17529f80e18f80a680bd588a71be32ef7ec9fb
gh-98608: Move PyInterpreterConfig to pylifecycle.h (#107191)

Move PyInterpreterConfig structure and associated macros from
initconfig.h to pylifecycle.h: it's not related to the Python
Initialization Configuration.
Include/cpython/initconfig.h
Include/cpython/pylifecycle.h