]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-112729: Correctly fail when the process is out of memory during interpreter...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Oct 2025 17:30:23 +0000 (19:30 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Oct 2025 17:30:23 +0000 (13:30 -0400)
commit08bea299bfd4377611df42e4e42414ffacea4f7f
tree9ed1615c66fd4dc6c671902416a2ede756d3f496
parenta69bdab5410b27c9983adbdae69645897c2fa550
[3.14] gh-112729: Correctly fail when the process is out of memory during interpreter creation (GH-139164) (GH-139168)

gh-112729: Correctly fail when the process is out of memory during interpreter creation (GH-139164)
(cherry picked from commit d06113c7a7cac76a28847702685e601b79f71bf8)

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
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