Skip to content

gh-112729: Correctly fail when the process is out of memory during interpreter creation - #139164

Merged
ZeroIntensity merged 4 commits into
python:mainfrom
ZeroIntensity:interp-nomemory
Sep 19, 2025
Merged

gh-112729: Correctly fail when the process is out of memory during interpreter creation#139164
ZeroIntensity merged 4 commits into
python:mainfrom
ZeroIntensity:interp-nomemory

Conversation

@ZeroIntensity

@ZeroIntensityZeroIntensity commented Sep 19, 2025

Copy link
Copy Markdown
Member

@ericsnowcurrentlyericsnowcurrently left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ZeroIntensityZeroIntensity added needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes labels Sep 19, 2025
@ZeroIntensity
ZeroIntensity merged commit d06113c into python:mainSep 19, 2025
93 of 95 checks passed
@ZeroIntensity
ZeroIntensity deleted the interp-nomemory branch September 19, 2025 14:41
@miss-islington-app

Copy link
Copy Markdown

Thanks @ZeroIntensity for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 19, 2025
…ing interpreter creation (pythonGH-139164)
(cherry picked from commit d06113c)
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
@miss-islington-app

Copy link
Copy Markdown

Sorry, @ZeroIntensity, I could not cleanly backport this to 3.13 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker d06113c7a7cac76a28847702685e601b79f71bf8 3.13

@bedevere-app

Copy link
Copy Markdown

GH-139168 is a backport of this pull request to the 3.14 branch.

@bedevere-appbedevere-appBot removed the needs backport to 3.14 bugs and security fixes label Sep 19, 2025
@bedevere-app

Copy link
Copy Markdown

GH-139169 is a backport of this pull request to the 3.13 branch.

@bedevere-appbedevere-appBot removed the needs backport to 3.13 bugs and security fixes label Sep 19, 2025
ZeroIntensity added a commit to ZeroIntensity/cpython that referenced this pull request Sep 19, 2025
ZeroIntensity added a commit to ZeroIntensity/cpython that referenced this pull request Sep 19, 2025
…ory during interpreter creation (pythonGH-139164)
(cherry picked from commit d06113c)
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
ZeroIntensity added a commit that referenced this pull request Sep 19, 2025
…ring 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 d06113c)
ZeroIntensity added a commit that referenced this pull request Oct 7, 2025
…ring 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 d06113c)
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@ZeroIntensity@ericsnowcurrently