INADA Naoki added the comment: > Maybe it would help to have a short comment, maybe with a link to this issue, > on each PyObject_GC_UnTrack().
Is this looks good to you? /* UnTrack is needed before calling any callbacks (bpo-31095) */ PyObject_GC_UnTrack(self); ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue31095> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com