]> granicus.if.org Git - python/commit
bpo-30557: faulthandler now correctly filters and displays exception codes on Windows...
authorSteve Dower <steve.dower@microsoft.com>
Mon, 5 Jun 2017 22:54:15 +0000 (15:54 -0700)
committerGitHub <noreply@github.com>
Mon, 5 Jun 2017 22:54:15 +0000 (15:54 -0700)
commite6a23c8f9a3ce05b759599696cc131c2d9d147ac
treea94a11d18829920638d1f54d1f388bf39295a9e6
parent1bced56567335745f91676192fc39c06aab30da9
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.
Lib/test/test_faulthandler.py
Misc/NEWS
Modules/faulthandler.c