summaryrefslogtreecommitdiffstats
path: root/Python/traceback.c
diff options
context:
space:
mode:
authorSam Gross <colesbury@gmail.com>2021-10-27 19:15:13 (GMT)
committerGitHub <noreply@github.com>2021-10-27 19:15:13 (GMT)
commit35e1ff38ee67ee543d9fcb268c3552c5397f9b3f (patch)
tree4bcb6ac31c2957fb9c848193b37fca294d259ee5 /Python/traceback.c
parent4776b07d178b2800374f5c15da182f1215756205 (diff)
downloadcpython-35e1ff38ee67ee543d9fcb268c3552c5397f9b3f.zip
cpython-35e1ff38ee67ee543d9fcb268c3552c5397f9b3f.tar.gz
cpython-35e1ff38ee67ee543d9fcb268c3552c5397f9b3f.tar.bz2
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.
Diffstat (limited to 'Python/traceback.c')
0 files changed, 0 insertions, 0 deletions