mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -04:00
35e1ff38ee
Objects that support garbage collection ("container" objects) should
call PyObject_GC_UnTrack() from their destructors before clearing any
fields which may point to other "container" objects.