bpo-31701: faulthandler: ignore MSC and COM Windows exception (#3929) · pythoncapi/cpython@6e3d6b5 · GitHub
Skip to content

Commit 6e3d6b5

Browse files
authored
bpo-31701: faulthandler: ignore MSC and COM Windows exception (python#3929)
bpo-31701: On Windows, faulthandler.enable() now ignores MSC and COM exceptions.
1 parent c0cabc2 commit 6e3d6b5

3 files changed

Lines changed: 36 additions & 3 deletions

File tree

Lib/test/test_faulthandler.py

Lines changed: 16 additions & 0 deletions
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
On Windows, faulthandler.enable() now ignores MSC and COM exceptions.

Modules/faulthandler.c

Lines changed: 19 additions & 3 deletions

0 commit comments

Comments
 (0)