diff options
author | Sam Gross <colesbury@gmail.com> | 2021-10-27 19:15:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-27 19:15:13 (GMT) |
commit | 35e1ff38ee67ee543d9fcb268c3552c5397f9b3f (patch) | |
tree | 4bcb6ac31c2957fb9c848193b37fca294d259ee5 /Python/traceback.c | |
parent | 4776b07d178b2800374f5c15da182f1215756205 (diff) | |
download | cpython-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