Skip to content

[3.13] gh-116510: Fix crash during sub-interpreter shutdown (gh-124645) #124649

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Sep 27, 2024

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.
(cherry picked from commit 6f9525d)

Co-authored-by: Neil Schemenauer nas-github@arctrix.com

…124645)

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.
(cherry picked from commit 6f9525d)

Co-authored-by: Neil Schemenauer <nas-github@arctrix.com>
@bedevere-app bedevere-app bot added awaiting review type-crash A hard crash of the interpreter, possibly with a core dump labels Sep 27, 2024
@Yhg1s Yhg1s merged commit 1cd2b97 into python:3.13 Sep 27, 2024
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-crash A hard crash of the interpreter, possibly with a core dump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants