STINNER Victor <[email protected]> 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 <[email protected]>
<https://bugs.python.org/issue44466>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com