Skip to content

Conversation

@miss-islington
Copy link
Contributor

@miss-islingtonmiss-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-appbedevere-appbot added awaiting review type-crash A hard crash of the interpreter, possibly with a core dump labels Sep 27, 2024
@Yhg1sYhg1s merged commit 1cd2b97 into python:3.13Sep 27, 2024
@miss-islingtonmiss-islington deleted the backport-6f9525d-3.13 branch January 2, 2026 16:53
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-crashA 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

@miss-islington@Yhg1s@nascheme