This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2022-01-13.20:30:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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()
History
Date User Action Args
2022-01-13 20:30:27vstinnersetrecipients: + vstinner
2022-01-13 20:30:27vstinnersetmessageid: <[email protected]>
2022-01-13 20:30:27vstinnerlinkissue46368 messages
2022-01-13 20:30:27vstinnercreate