FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.13] gh-116510: Fix crash during sub-interpreter shutdown (gh-124645) by miss-islington · Pull Request #124649 · python/cpython · GitHub

/ cpython Public

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

Merged
Yhg1s merged 1 commit into
python:3.13from
miss-islington:backport-6f9525d-3.13
Sep 27, 2024
Merged

[3.13] gh-116510: Fix crash during sub-interpreter shutdown (gh-124645)#124649
Yhg1s merged 1 commit into
python:3.13from
miss-islington:backport-6f9525d-3.13

Conversation

miss-islington commented Sep 27, 2024
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

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 Bot added awaiting review type-crash A hard crash of the interpreter, possibly with a core dump labels Sep 27, 2024
Yhg1s merged commit 1cd2b97 into python:3.13 Sep 27, 2024
miss-islington deleted the backport-6f9525d-3.13 branch January 2, 2026 16:53
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL