]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-147998: Fix possible memory leak in _pop_preserved (crossinterp.c) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 4 May 2026 14:11:04 +0000 (16:11 +0200)
committerGitHub <noreply@github.com>
Mon, 4 May 2026 14:11:04 +0000 (14:11 +0000)
commitfc390bdceee66fff17cfb80d23235e7bb0b429dd
tree56cd5dbed025af84a9243fef643a69da42579a67
parent95979d18138a2afe2e9dd9917bf59148116be394
[3.14] gh-147998: Fix possible memory leak in _pop_preserved (crossinterp.c) (GH-147999) (GH-149365)

(cherry picked from commit 72f29dc704812aa846b10323a31743d6df37cc2c)

Co-authored-by: Maurycy Pawłowski-Wieroński <maurycy@maurycy.com>
Misc/NEWS.d/next/Core_and_Builtins/2026-04-02-13-25-09.gh-issue-147998.wnzkRT.rst [new file with mode: 0644]
Python/crossinterp.c