New submission from STINNER Victor <vstin...@python.org>:

While debugging the sub-interpreter crash bpo-46070, I noticed that 
faulthandler only logs the Python thread state of a single interpreter. When a 
bug involves multiple interpreters, it is useful to log all interpreters.

----------
components: Library (Lib)
messages: 410519
nosy: vstinner
priority: normal
severity: normal
status: open
title: faulthandler: add the ability to dump all interpreters, not only the 
current interpreter
versions: Python 3.11

_______________________________________
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