mirror of
https://github.com/python/cpython.git
synced 2026-08-12 08:16:41 +08:00
Weakrefs to unreachable garbage that are created during running of finalizers need to be cleared. This avoids exposing objects that have `tp_clear` called on them to Python-level code.
Miscellaneous source files for the main Python shared library