[issue19293] test_asyncio hanging for 1 hour

Antoine Pitrou report at bugs.python.org
Sat Oct 19 20:44:36 CEST 2013


Antoine Pitrou added the comment:

> [Off-topic: Heck, another one of those upside-down tracebacks. WHY???]

These are tracebacks emitted by the faulthandler module. They don't use the normal traceback printing machinery because it is impossible to do so in the conditions where those tracebacks are printed (e.g. from a signal handler).

----------
nosy: +pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19293>
_______________________________________


More information about the Python-bugs-list mailing list