[New-bugs-announce] [issue23848] faulthandler: setup an exception handler on Windows

STINNER Victor report at bugs.python.org
Thu Apr 2 10:15:59 CEST 2015


New submission from STINNER Victor:

Attached patch setup an exception handler on Windows.

I wrote it when investigating a failure of test_exceptions related to the issue #22977. faulthandler was not trigerred while the program crashed.

I didn't test the patch yet (I tested a previous attempt, a little bit different). Maybe we can avoid setting signal handlers on Windows if an exception handler is set?

----------
components: Windows
files: faulthandler_exc_handler.patch
keywords: patch
messages: 239890
nosy: haypo, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: faulthandler: setup an exception handler on Windows
versions: Python 3.5
Added file: http://bugs.python.org/file38802/faulthandler_exc_handler.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23848>
_______________________________________


More information about the New-bugs-announce mailing list