[issue18776] atexit error display behavior changed in python 3

Georg Brandl report at bugs.python.org
Sun Oct 13 21:24:05 CEST 2013


Georg Brandl added the comment:

The attached patch fixes two instances of PyErr_Display being called without the traceback properly set on the exception object.

----------
keywords: +patch
nosy: +georg.brandl, pitrou
Added file: http://bugs.python.org/file32094/set_traceback.patch

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


More information about the Python-bugs-list mailing list