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

bpo-15500 looks like a more generic option, debuggers should be able to 
retrieve thread names.

faulthandler dumps "tstate->thread_id", maybe it should also dump 
"tstate->native_thread_id" and/or the thread name.

----------
nosy: +vstinner

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

Reply via email to