]> granicus.if.org Git - python/commit
[3.5] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (GH-2034) (#2122)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 12 Jun 2017 06:02:33 +0000 (09:02 +0300)
committerGitHub <noreply@github.com>
Mon, 12 Jun 2017 06:02:33 +0000 (09:02 +0300)
commit7d8c1ebd86ce27b28736c5e97fef58ec60b8ef31
tree663cc5d9bdb3a56bb51f9e1dd12e3ad9e1c08da5
parent7563b0508172cedb5e6a95d05e9122f1a0bfcd86
[3.5] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (GH-2034) (#2122)

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