]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-140301: Fix memory leak in subinterpreter `PyConfig` cleanup (GH-140303...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 20 Oct 2025 09:54:41 +0000 (11:54 +0200)
committerGitHub <noreply@github.com>
Mon, 20 Oct 2025 09:54:41 +0000 (09:54 +0000)
commitd7fe4e99a2d1b660d444876c721c8889b8a9fd28
treee5517e2d594f9989854a093322ad2fffb0bdc243
parent357284edb554360f7248507cee15b37c111d3b23
[3.14] gh-140301: Fix memory leak in subinterpreter `PyConfig` cleanup (GH-140303) (#140360)

gh-140301: Fix memory leak in subinterpreter `PyConfig` cleanup (GH-140303)
(cherry picked from commit a615fb49c948902a982c3256899507abcc9f9bc8)

Co-authored-by: Shamil <ashm.tech@proton.me>
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Misc/NEWS.d/next/Core_and_Builtins/2025-10-18-18-08-36.gh-issue-140301.m-2HxC.rst [new file with mode: 0644]
Python/pystate.c