]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use PyConfig_Get() in frozenmain.c (#137421)
authorVictor Stinner <vstinner@python.org>
Wed, 6 Aug 2025 12:33:28 +0000 (14:33 +0200)
committerGitHub <noreply@github.com>
Wed, 6 Aug 2025 12:33:28 +0000 (14:33 +0200)
commit3a79a122624bafe27252299b7f47f66a6059f732
tree81ea72fbfbd1e6dc5c0bb5630036cf8c053cd4ac
parent781eb1a688e0575a38c79575493f3ff83208a33e
Use PyConfig_Get() in frozenmain.c (#137421)

Replace private _Py_GetConfig() with public PyConfig_Get().

Remove also explicit PyRuntime initialization, it's not needed.
Python/frozenmain.c