]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:37:35 +0000 (09:37 +0200)
committerGitHub <noreply@github.com>
Mon, 7 Jul 2025 07:37:35 +0000 (07:37 +0000)
commit2362cb6c6e81fcfec28f5dcce43d0d13aaf51825
tree57d9524a5a01094bb5ca0244c6d166babef9e108
parentbc3390c00a27be3b51de6375034bfc6dac3ffac9
[3.13] gh-109700: fix interpreter finalization while handling memory error (GH-136342) (#136353)

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