]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138756: Fix leak of inittab memory in PyInitConfig_Free() (GH-138792)
authorVictor Stinner <vstinner@python.org>
Fri, 12 Sep 2025 09:46:02 +0000 (11:46 +0200)
committerGitHub <noreply@github.com>
Fri, 12 Sep 2025 09:46:02 +0000 (11:46 +0200)
commit3d521a62e7c377ac518c9f0326a88be204f0e3aa
treeb10d29399e71fd886642da731aade743b633591e
parent492941459acb5b5a104d96414288601d2e2b7e6f
gh-138756: Fix leak of inittab memory in PyInitConfig_Free() (GH-138792)
Python/initconfig.c