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

[3.13] gh-124375: Avoid calling `_PyMem_ProcessDelayed` on other thread states (GH-124459) by miss-islington · Pull Request #125540 · python/cpython · GitHub

/ cpython Public

[3.13] gh-124375: Avoid calling _PyMem_ProcessDelayed on other thread states (GH-124459) - #125540

Merged
colesbury merged 1 commit into
python:3.13from
miss-islington:backport-54c6fcb-3.13
Oct 15, 2024
Merged

[3.13] gh-124375: Avoid calling _PyMem_ProcessDelayed on other thread states (GH-124459)#125540
colesbury merged 1 commit into
python:3.13from
miss-islington:backport-54c6fcb-3.13

Conversation

miss-islington commented Oct 15, 2024
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

This fixes a crash when running the PyO3 test suite on the free-threaded
build. The qsbr field is initialized after the PyThreadState is
added to the interpreter's linked list -- it might still be NULL.

Instead, we "steal" the queue of to-be-freed memory blocks. This is
always initialized (possibly empty) and protected by the stop the world
pause.
(cherry picked from commit 54c6fcb)

Co-authored-by: Sam Gross colesbury@gmail.com

…d states (pythonGH-124459)

This fixes a crash when running the PyO3 test suite on the free-threaded
build. The `qsbr` field is initialized after the `PyThreadState` is
added to the interpreter's linked list -- it might still be NULL.

Instead, we "steal" the queue of to-be-freed memory blocks. This is
always initialized (possibly empty) and protected by the stop the world
pause.
(cherry picked from commit 54c6fcb)

Co-authored-by: Sam Gross <colesbury@gmail.com>
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL