]> 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:53:13 +0000 (21:53 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 13 Oct 2013 19:53:13 +0000 (21:53 +0200)
commit24201d497cf23d399cceadad8058261c13ae536f
treee4ba7325e0e4e981f910f9e1707a2f5722e0107a
parent4e985673bf29677d243d68cf21884322df3319da
Issue #18776: atexit callbacks now display their full traceback when they raise an exception.
Lib/test/test_atexit.py
Misc/NEWS
Python/pythonrun.c