This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Ilya.Kulakov
Recipients Fynn Be, Ilya.Kulakov, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-11-18.00:03:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510963393.08.0.213398074469.issue31701@psf.upfronthosting.co.za>
In-reply-to
Content
Steve, the difficulty with SetUnhandledExceptionFilter is that it can replace filter installed by the user (e.g. one of loaded libraries).

The information about AddVectoredContinueHandler is scarce, but according to what I found at [1]:

If the exception is still not handled after all your frame based SEH handlers are called, vectored continue handler will be called. This gives you the last opportunity to handle the exception in a way you want.

1: https://blogs.msdn.microsoft.com/zhanli/2010/06/24/c-tips-addvectoredexceptionhandler-addvectoredcontinuehandler-and-setunhandledexceptionfilter/
History
Date User Action Args
2017-11-18 00:03:13Ilya.Kulakovsetrecipients: + Ilya.Kulakov, paul.moore, vstinner, tim.golden, zach.ware, steve.dower, Fynn Be
2017-11-18 00:03:13Ilya.Kulakovsetmessageid: <1510963393.08.0.213398074469.issue31701@psf.upfronthosting.co.za>
2017-11-18 00:03:13Ilya.Kulakovlinkissue31701 messages
2017-11-18 00:03:13Ilya.Kulakovcreate