]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112729: Correctly fail when the process is out of memory during interpreter creati...
authorPeter Bierma <zintensitydev@gmail.com>
Fri, 19 Sep 2025 14:41:09 +0000 (10:41 -0400)
committerGitHub <noreply@github.com>
Fri, 19 Sep 2025 14:41:09 +0000 (10:41 -0400)
commitd06113c7a7cac76a28847702685e601b79f71bf8
treedff4e55d21206b9c1e69ad2ca66b6b82daa0c42b
parent2fd43a1ffe4ff1f6c46f6045bc327d6085c40fbf
gh-112729: Correctly fail when the process is out of memory during interpreter creation (GH-139164)
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