mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
This reverts gh-144055 and fixes the bug in a different way. Deferred reference counting relies on the object being tracked by the GC, otherwise the object will live until interpreter shutdown. So, take care that we do not enable deferred reference counting for objects that are untracked. Also, if a tuple has deferred reference counting enabled, don't untrack it.
Miscellaneous source files for the main Python shared library