mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
078b8c8cf2
Release the GIL before calling `_Py_qsbr_unregister`. The deadlock could occur when the GIL was enabled at runtime. The `_Py_qsbr_unregister` call might block while holding the GIL because the thread state was not active, but the GIL was still held.
Miscellaneous source files for the main Python shared library