[Python-checkins] [python/cpython] d89dc8: [3.6] bpo-28994: Fixed errors handling in atexit._...

GitHub noreply at github.com
Mon Jun 12 02:02:15 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: d89dc844d288ee2e403272f3e4552eed6911cafd
      https://github.com/python/cpython/commit/d89dc844d288ee2e403272f3e4552eed6911cafd
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
    M Lib/test/test_atexit.py
    M Misc/NEWS
    M Modules/atexitmodule.c

  Log Message:
  -----------
  [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)




More information about the Python-checkins mailing list