]> granicus.if.org Git - python/commit
Issue #18776: atexit callbacks now display their full traceback when they raise an...
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 13 Oct 2013 19:54:15 +0000 (21:54 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 13 Oct 2013 19:54:15 +0000 (21:54 +0200)
commit6039db8de30b5c20ba864cc4127fbfabf6fc0641
tree6820fd9758156c17a71c07b906e9c45d5a0c9599
parentfbc3c3c2bed34350e0dde4771805c51b80f2e410
parent24201d497cf23d399cceadad8058261c13ae536f
Issue #18776: atexit callbacks now display their full traceback when they raise an exception.
Lib/test/test_atexit.py
Misc/NEWS
Python/pythonrun.c