STINNER Victor <vstin...@python.org> added the comment:

Maxwell: Oh, that's a good idea! I wrote PR 26823 to implement the feature. 
It's just 3 new lines in traceback.c :-)

        if (tstate == current_tstate && tstate->interp->gc.collecting) {
            PUTS(fd, "  Garbage-collecting\n");
        }

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44466>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to