]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-112729: Correctly fail when the process is out of memory during interpreter...
authorPeter Bierma <zintensitydev@gmail.com>
Fri, 19 Sep 2025 15:09:44 +0000 (11:09 -0400)
committerGitHub <noreply@github.com>
Fri, 19 Sep 2025 15:09:44 +0000 (15:09 +0000)
commit63dd27da3ba17a9584907cf179c0f33ba92de98a
treef918bea8aea0879a1ab2af7e37c282e9edb27e2f
parent9809c30456fcb3e804819db903452696f9a444dd
[3.13] gh-112729: Correctly fail when the process is out of memory during interpreter creation (GH-139164) (GH-139169)

* gh-112729: Correctly fail when the process is out of memory during interpreter creation (GH-139164)

(cherry picked from commit d06113c7a7cac76a28847702685e601b79f71bf8)
Lib/test/test_interpreters/test_stress.py
Misc/NEWS.d/next/Library/2025-09-19-09-36-42.gh-issue-112729.mmty0_.rst [new file with mode: 0644]
Python/pylifecycle.c