]> granicus.if.org Git - python/commit
bpo-31701: faulthandler: ignore MSC and COM Windows exception (#3929)
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 9 Oct 2017 16:52:32 +0000 (09:52 -0700)
committerGitHub <noreply@github.com>
Mon, 9 Oct 2017 16:52:32 +0000 (09:52 -0700)
commit6e3d6b5dc22cd06d8c4d44a38a8a3415e4bebb16
tree06294a65e32fc53cf8fb8c895da8e6aeaea5298c
parentc0cabc23bbe474d542ff8a4f1243f4ec3cce5549
bpo-31701: faulthandler: ignore MSC and COM Windows exception (#3929)

bpo-31701: On Windows, faulthandler.enable() now ignores MSC and COM
exceptions.
Lib/test/test_faulthandler.py
Misc/NEWS.d/next/Library/2017-10-09-17-42-30.bpo-31701.NRrVel.rst [new file with mode: 0644]
Modules/faulthandler.c