mirror of
https://github.com/python/cpython.git
synced 2026-08-12 08:16:41 +08: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