[issue20037] Calling traceback.format_exception() during Pyhon shutdown does crash Python

Antoine Pitrou report at bugs.python.org
Sat Dec 21 13:04:45 CET 2013


Antoine Pitrou added the comment:

Speaking of which, Victor, your script works here:

$ ./python futcrash.py 
Future/Task exception was never retrieved:
Traceback (most recent call last):
  File "futcrash.py", line 4, in <module>
    raise ValueError()
ValueError

----------

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


More information about the Python-bugs-list mailing list