mirror of
https://github.com/python/cpython.git
synced 2026-05-08 21:50:40 -04:00
e09442089e
The `gc_get_refs` assertion needs to be after we check the alive and unreachable bits. Otherwise, `ob_tid` may store the actual thread id instead of the computed `gc_refs`, which may trigger the assertion if the `ob_tid` looks like a negative value. Also fix a few type warnings on 32-bit systems.
Miscellaneous source files for the main Python shared library