]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-140301: Fix memory leak in subinterpreter `PyConfig` cleanup (#140303)
authorShamil <ashm.tech@proton.me>
Mon, 20 Oct 2025 09:29:23 +0000 (12:29 +0300)
committerGitHub <noreply@github.com>
Mon, 20 Oct 2025 09:29:23 +0000 (09:29 +0000)
commita615fb49c948902a982c3256899507abcc9f9bc8
tree187f0bbb28ae228f316884365e43df522e71488e
parentbaf45159e53313000f188da5394cf1af12615f7f
gh-140301: Fix memory leak in subinterpreter `PyConfig` cleanup (#140303)

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