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 <rep...@bugs.python.org>
<http://bugs.python.org/issue23848>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to