Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-116510: Fix crash during sub-interpreter shutdown#124645

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

nascheme
Copy link
Member

@naschemenascheme commentedSep 27, 2024
edited by bedevere-appbot
Loading

Fix a bug that can cause a crash when sub-interpreters use "basic" single-phase extension modules. Shared objects could refer to PyGC_Head nodes that had been freed as part of interpreter shutdown.

Fix a bug that can cause a crash when sub-interpreters use "basic"single-phase extension modules.  Shared objects could refer to PyGC_Headnodes that had been freed as part of interpreter shutdown.
@naschemenascheme added type-crashA hard crash of the interpreter, possibly with a core dump 3.13bugs and security fixes 3.14bugs and security fixes needs backport to 3.13bugs and security fixes labelsSep 27, 2024
@naschemenascheme merged commit6f9525d intopython:mainSep 27, 2024
42 checks passed
@miss-islington-app
Copy link

Thanks@nascheme for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestSep 27, 2024
…124645)Fix a bug that can cause a crash when sub-interpreters use "basic"single-phase extension modules.  Shared objects could refer to PyGC_Headnodes that had been freed as part of interpreter shutdown.(cherry picked from commit6f9525d)Co-authored-by: Neil Schemenauer <nas-github@arctrix.com>
@bedevere-app
Copy link

GH-124649 is a backport of this pull request to the3.13 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.13bugs and security fixes labelSep 27, 2024
Yhg1s pushed a commit that referenced this pull requestSep 27, 2024
… (#124649)gh-116510: Fix crash during sub-interpreter shutdown (gh-124645)Fix a bug that can cause a crash when sub-interpreters use "basic"single-phase extension modules.  Shared objects could refer to PyGC_Headnodes that had been freed as part of interpreter shutdown.(cherry picked from commit6f9525d)Co-authored-by: Neil Schemenauer <nas-github@arctrix.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
3.13bugs and security fixes3.14bugs and security fixestype-crashA hard crash of the interpreter, possibly with a core dump
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@nascheme

[8]ページ先頭

©2009-2025 Movatter.jp