[Python-checkins] [python/cpython] 3fd54d: bpo-28994: Fixed errors handling in atexit._run_ex...

GitHub noreply at github.com
Mon Jun 12 01:25:06 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 3fd54d4a7e604067e2bc0f8cfd58bdbdc09fa7f4
      https://github.com/python/cpython/commit/3fd54d4a7e604067e2bc0f8cfd58bdbdc09fa7f4
  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:
  -----------
  bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (#2034)

The traceback no longer displayed for SystemExit raised in a callback registered by atexit.




More information about the Python-checkins mailing list