SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72153 0 0 Python

gh-116915: Make `_thread._ThreadHandle` support GC (#116934)

Even though it has no internal references to Python objects it still
has a reference to its type by virtue of being a heap type. We need
to provide a traverse function that visits the type, but we do not
need to provide a clear function.
M
mpage committed
b3f0c1591a85d335c89dc38a177d116d2017502d
Parent: 2982bdb
Committed by GitHub <noreply@github.com> on 3/18/2024, 8:40:16 AM