[Python-checkins] [python/cpython] 7d8c1e: [3.5] bpo-28994: Fixed errors handling in atexit._...

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


  Branch: refs/heads/3.5
  Home:   https://github.com/python/cpython
  Commit: 7d8c1ebd86ce27b28736c5e97fef58ec60b8ef31
      https://github.com/python/cpython/commit/7d8c1ebd86ce27b28736c5e97fef58ec60b8ef31
  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.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)




More information about the Python-checkins mailing list