diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-10-09 16:52:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-09 16:52:32 (GMT) |
commit | 6e3d6b5dc22cd06d8c4d44a38a8a3415e4bebb16 (patch) | |
tree | 06294a65e32fc53cf8fb8c895da8e6aeaea5298c /Misc | |
parent | c0cabc23bbe474d542ff8a4f1243f4ec3cce5549 (diff) | |
download | cpython-6e3d6b5dc22cd06d8c4d44a38a8a3415e4bebb16.zip cpython-6e3d6b5dc22cd06d8c4d44a38a8a3415e4bebb16.tar.gz cpython-6e3d6b5dc22cd06d8c4d44a38a8a3415e4bebb16.tar.bz2 |
bpo-31701: faulthandler: ignore MSC and COM Windows exception (#3929)
bpo-31701: On Windows, faulthandler.enable() now ignores MSC and COM
exceptions.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2017-10-09-17-42-30.bpo-31701.NRrVel.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-10-09-17-42-30.bpo-31701.NRrVel.rst b/Misc/NEWS.d/next/Library/2017-10-09-17-42-30.bpo-31701.NRrVel.rst new file mode 100644 index 0000000..129b74e --- /dev/null +++ b/Misc/NEWS.d/next/Library/2017-10-09-17-42-30.bpo-31701.NRrVel.rst @@ -0,0 +1 @@ +On Windows, faulthandler.enable() now ignores MSC and COM exceptions. |