This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients doughellmann, georg.brandl, pitrou, python-dev
Date 2013-10-13.19:54:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3cyYWp1cTXz7LjS@mail.python.org>
In-reply-to
Content
New changeset 19ce90930e8b by Antoine Pitrou in branch '3.3':
Issue #18776: atexit callbacks now display their full traceback when they raise an exception.
http://hg.python.org/cpython/rev/19ce90930e8b

New changeset c13ef65f3dcf by Antoine Pitrou in branch 'default':
Issue #18776: atexit callbacks now display their full traceback when they raise an exception.
http://hg.python.org/cpython/rev/c13ef65f3dcf
History
Date User Action Args
2013-10-13 19:54:30python-devsetrecipients: + python-dev, georg.brandl, pitrou, doughellmann
2013-10-13 19:54:30python-devlinkissue18776 messages
2013-10-13 19:54:30python-devcreate