]> granicus.if.org Git - python/commit
bpo-30557: Fix test_faulthandler (#1969)
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 6 Jun 2017 17:40:41 +0000 (19:40 +0200)
committerSteve Dower <steve.dower@microsoft.com>
Tue, 6 Jun 2017 17:40:41 +0000 (10:40 -0700)
commit6a1d84e2b37291b7e3bc5ddad14a60aed430e404
tree30faf672d5fb9536c40266d90aaba3b51f10434e
parent5eb788bf7f54a8e04429e18fc332db858edd64b6
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