diff options
author | mpage <mpage@meta.com> | 2024-03-18 08:40:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-18 08:40:16 (GMT) |
commit | b3f0c1591a85d335c89dc38a177d116d2017502d (patch) | |
tree | 1e7c5c240c2b25c4e55807cdeb72437001b64012 /Python/marshal.c | |
parent | 2982bdb936f76518b29cf7de356eb5fafd22d112 (diff) | |
download | cpython-b3f0c1591a85d335c89dc38a177d116d2017502d.zip cpython-b3f0c1591a85d335c89dc38a177d116d2017502d.tar.gz cpython-b3f0c1591a85d335c89dc38a177d116d2017502d.tar.bz2 |
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.
Diffstat (limited to 'Python/marshal.c')
0 files changed, 0 insertions, 0 deletions