[New-bugs-announce] [issue46368] faulthandler: add the ability to dump all interpreters, not only the current interpreter

STINNER Victor report at bugs.python.org
Thu Jan 13 15:26:44 EST 2022


New submission from STINNER Victor <vstinner at 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 <report at bugs.python.org>
<https://bugs.python.org/issue46368>
_______________________________________


More information about the New-bugs-announce mailing list