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

Attached patch is an incomplete quick & dirty implementation to log all 
interpreters in _Py_DumpTracebackThreads().

A better implementation should leave the current behavior unmodified, add a new 
C function, and add all_interpreters=False parameter to the following 
faulthandler functions:

* dump_traceback()
* enable()
* register()

----------
keywords: +patch
Added file: https://bugs.python.org/file50561/faulthandler.patch

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

Reply via email to