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 steve.dower
Recipients Fynn Be, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-10-09.15:30:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507563056.98.0.213398074469.issue31701@psf.upfronthosting.co.za>
In-reply-to
Content
> Is it possible to be asked to be called as the last handler ...

Unfortunately not, since the stack-based handlers always come after the vector handlers, and C++ handlers written using try/catch will always be stack-based.

It may be interesting for faulthandler to have a stack-based version, so that you can provide the function to call and it will call it inside an exception handler. But I don't think it's that interesting and in any case doesn't need to be in the stdlib.

I wouldn't worry about 0xE0434F4D for now, but if someone comes along with a need for it then we can add it.
History
Date User Action Args
2017-10-09 15:30:57steve.dowersetrecipients: + steve.dower, paul.moore, vstinner, tim.golden, zach.ware, Fynn Be
2017-10-09 15:30:56steve.dowersetmessageid: <1507563056.98.0.213398074469.issue31701@psf.upfronthosting.co.za>
2017-10-09 15:30:56steve.dowerlinkissue31701 messages
2017-10-09 15:30:56steve.dowercreate