[issue31701] faulthandler dumps 'Windows fatal exception: code 0xe06d7363'

Steve Dower report at bugs.python.org
Fri Nov 17 18:53:12 EST 2017


Steve Dower <steve.dower at python.org> added the comment:

SetUnhandledExceptionFilter could be a good option.

I suspect the difference between that and AddVectorContinueHandler are because of the weird prioritization of the two types of handler, and are probably not significant enough to worry about here.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31701>
_______________________________________


More information about the Python-bugs-list mailing list