]> granicus.if.org Git - python/commit
[3.6] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (GH-2034) (#2121)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 12 Jun 2017 06:02:13 +0000 (09:02 +0300)
committerGitHub <noreply@github.com>
Mon, 12 Jun 2017 06:02:13 +0000 (09:02 +0300)
commitd89dc844d288ee2e403272f3e4552eed6911cafd
tree0c69c1ce14194048e402a844113068a857f45e49
parent47c9decb5feabb51416deffd2098ee31d73f1f5f
[3.6] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (GH-2034) (#2121)

The traceback no longer displayed for SystemExit raised in a callback registered by atexit..
(cherry picked from commit 3fd54d4a7e604067e2bc0f8cfd58bdbdc09fa7f4)
Lib/test/test_atexit.py
Misc/NEWS
Modules/atexitmodule.c