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 vstinner
Recipients Fynn Be, Ilya.Kulakov, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-11-16.11:53:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510833212.06.0.213398074469.issue31701@psf.upfronthosting.co.za>
In-reply-to
Content
> May I ask why AddVectoredExceptionHandler is used instead of SetUnhandledExceptionFilter?

Honestly, I don't know well Windows API and so I'm not sure which one is the best.

https://stackoverflow.com/questions/28629351/is-addvectoredexceptionhandler-a-replacement-for-setunhandledexceptionfilter
History
Date User Action Args
2017-11-16 11:53:32vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower, Ilya.Kulakov, Fynn Be
2017-11-16 11:53:32vstinnersetmessageid: <1510833212.06.0.213398074469.issue31701@psf.upfronthosting.co.za>
2017-11-16 11:53:32vstinnerlinkissue31701 messages
2017-11-16 11:53:31vstinnercreate