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 Fynn Be
Recipients Fynn Be, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-10-05.14:25:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507213507.33.0.213398074469.issue31701@psf.upfronthosting.co.za>
In-reply-to
Content
> Are you asking to *ignore* all 0xE06D7363 exceptions?
Yes. This error is only indicating that an error was thrown, regardless if it was handled or not. Therefore it should not be treated as fatal, but it is by faulthandler: 'bool(0xE06D7363 & 0x80000000) == True'

>  with the initial "E" standing for "exception" and the final 3 bytes (0x6D7363) representing the ASCII values of "msc"
https://support.microsoft.com/de-de/help/185294/prb-exception-code-0xe06d7363-when-calling-win32-seh-apis
In this context it seems like a coincidence to me.
History
Date User Action Args
2017-10-05 14:25:07Fynn Besetrecipients: + Fynn Be, paul.moore, vstinner, tim.golden, zach.ware, steve.dower
2017-10-05 14:25:07Fynn Besetmessageid: <1507213507.33.0.213398074469.issue31701@psf.upfronthosting.co.za>
2017-10-05 14:25:07Fynn Belinkissue31701 messages
2017-10-05 14:25:07Fynn Becreate