]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-109700: fix interpreter finalization while handling memory error (GH-136342...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 7 Jul 2025 07:40:13 +0000 (09:40 +0200)
committerGitHub <noreply@github.com>
Mon, 7 Jul 2025 07:40:13 +0000 (07:40 +0000)
commit22fad16ebc707706d18d067ed12cbbe0c8181a03
tree9e6734ecd9ecb2731fa075fa38946a3794a6e793
parent3d01565da4dfca00c2db28f99e710e40e405a5d1
[3.14] gh-109700: fix interpreter finalization while handling memory error (GH-136342) (#136352)

gh-109700: fix interpreter finalization while handling memory error (GH-136342)
(cherry picked from commit 0c3e3da19570424649c33c0c2c29dc12541935e7)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Python/pylifecycle.c