]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-140306: Fix memory leaks in cross-interpreter data handling (GH-140307)
authorShamil <ashm.tech@proton.me>
Sun, 19 Oct 2025 19:24:28 +0000 (22:24 +0300)
committerGitHub <noreply@github.com>
Sun, 19 Oct 2025 19:24:28 +0000 (22:24 +0300)
commitf9323213c98c9f1f7f3bf5af883b73047432fe50
tree1ae9fb6b08806bf95911f8377c0adf0ac787a41c
parentbad8d6de37c67b6f8ead5682cadb43d5e3f75f5a
gh-140306: Fix memory leaks in cross-interpreter data handling (GH-140307)
Misc/NEWS.d/next/Core_and_Builtins/2025-10-18-21-29-45.gh-issue-140306.xS5CcS.rst [new file with mode: 0644]
Modules/_interpchannelsmodule.c
Modules/_interpqueuesmodule.c
Python/crossinterp.c