]> granicus.if.org Git - python/commit
[3.6] bpo-30557: faulthandler now correctly filters and displays exception … (#1960)
authorSteve Dower <steve.dower@microsoft.com>
Tue, 6 Jun 2017 20:47:14 +0000 (13:47 -0700)
committerGitHub <noreply@github.com>
Tue, 6 Jun 2017 20:47:14 +0000 (13:47 -0700)
commit2bafc0dccac2390a52670ba289878318b6ea0293
tree334d1274a37f407c5810b35a5a32e969a281647d
parentb25b7254d909697bb7f3aa893b740cb650547cb6
[3.6] bpo-30557: faulthandler now correctly filters and displays exception … (#1960)

* 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.

* bpo-30557: Fix test_faulthandler (#1969)

On Windows 8, 8.1 and 10 at least, the exit code is the exception
code (no bit is cleared).
Lib/test/test_faulthandler.py
Misc/NEWS
Modules/faulthandler.c