mirror of
https://github.com/python/cpython.git
synced 2026-06-23 11:33:30 -04:00
b6b99bf7f1
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