SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72137 0 36 Python

gh-110481: Fix biased reference counting queue initialization. (#117271)

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.
S
Sam Gross committed
8dbfdb2957a7baade3a88661517f163ad694c39f
Parent: 9a1e55b
Committed by GitHub <noreply@github.com> on 3/28/2024, 1:28:39 PM