diff options
author | Sam Gross <colesbury@gmail.com> | 2024-10-15 12:09:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-15 16:09:35 +0000 |
commit | 54c6fcbefd33a8d8bf8c004cf1aad3be3d37b933 (patch) | |
tree | c6e949380952257bcfa9c852682ce544915e1965 /Python/pylifecycle.c | |
parent | e97910cdb76c1f1dadfc4721b828611e4f4b6449 (diff) | |
download | cpython-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