mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
The biased reference counting queue must be initialized from the bound (active) thread because it uses `_Py_ThreadId()` as the key in a hash table.
Miscellaneous source files for the main Python shared library