mirror of
https://github.com/python/cpython.git
synced 2026-06-26 12:54:12 -04:00
54c6fcbefd
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.
Miscellaneous source files for the main Python shared library