aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/pylifecycle.c
diff options
context:
space:
mode:
authorSam Gross <colesbury@gmail.com>2024-10-15 12:09:35 -0400
committerGitHub <noreply@github.com>2024-10-15 16:09:35 +0000
commit54c6fcbefd33a8d8bf8c004cf1aad3be3d37b933 (patch)
treec6e949380952257bcfa9c852682ce544915e1965 /Python/pylifecycle.c
parente97910cdb76c1f1dadfc4721b828611e4f4b6449 (diff)
downloadcpython-54c6fcbefd33a8d8bf8c004cf1aad3be3d37b933.tar.gz
cpython-54c6fcbefd33a8d8bf8c004cf1aad3be3d37b933.zip
gh-124375: Avoid calling `_PyMem_ProcessDelayed` on other thread states (#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.
Diffstat (limited to 'Python/pylifecycle.c')
0 files changed, 0 insertions, 0 deletions