bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() (GH-29246)
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. S
Sam Gross committed
35e1ff38ee67ee543d9fcb268c3552c5397f9b3f
Parent: 4776b07
Committed by GitHub <noreply@github.com>
on 10/27/2021, 7:15:13 PM