mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
8dbfdb2957
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