[Python-checkins] [python/cpython] e6a23c: bpo-30557: faulthandler now correctly filters and ...

GitHub noreply at github.com
Mon Jun 5 18:54:16 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: e6a23c8f9a3ce05b759599696cc131c2d9d147ac
      https://github.com/python/cpython/commit/e6a23c8f9a3ce05b759599696cc131c2d9d147ac
  Author: Steve Dower <steve.dower at microsoft.com>
  Date:   2017-06-05 (Mon, 05 Jun 2017)

  Changed paths:
    M Lib/test/test_faulthandler.py
    M Misc/NEWS
    M Modules/faulthandler.c

  Log Message:
  -----------
  bpo-30557: faulthandler now correctly filters and displays exception codes on Windows (#1924)

* bpo-30557: faulthandler now correctly filters and displays exception codes on Windows

* Adds test for non-fatal exceptions.

* Adds bpo number to comment.




More information about the Python-checkins mailing list