]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-138756: Fix leak of inittab memory in PyInitConfig_Free() (GH-138792) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Oct 2025 17:11:20 +0000 (19:11 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Oct 2025 17:11:20 +0000 (17:11 +0000)
commit9e091dbf0224852872a9c546c1f829350aafa418
tree72d83dfd2fb85ff6d6cec24adb9c57bef64a0a87
parentddd12644698794ed9cdb9c15d3684cf1811f3409
[3.14] gh-138756: Fix leak of inittab memory in PyInitConfig_Free() (GH-138792) (#139703)

gh-138756: Fix leak of inittab memory in PyInitConfig_Free() (GH-138792)
(cherry picked from commit 3d521a62e7c377ac518c9f0326a88be204f0e3aa)

Co-authored-by: Victor Stinner <vstinner@python.org>
Python/initconfig.c