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 Vladimir.Ushakov
Recipients Vladimir.Ushakov, christian.heimes, jcea, neologix, vstinner
Date 2012-10-13.20:16:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350159366.03.0.713338541627.issue16212@psf.upfronthosting.co.za>
In-reply-to
Content
I know how to avoid the problem in my case, the bug does not really affect me. I posted it because I thought that the possibility to crash the interpreter is something to be avoided at all costs.

I've found a few examples of handling non-restartable signals with longjmps, but not that familiar with the codebase to estimate how reliably it can be done on all supported platforms. I don't really know how this code would behave, say, on Windows.

I'm gonna do some research on the topic when I have a little more time.
History
Date User Action Args
2012-10-13 20:16:06Vladimir.Ushakovsetrecipients: + Vladimir.Ushakov, jcea, vstinner, christian.heimes, neologix
2012-10-13 20:16:06Vladimir.Ushakovsetmessageid: <1350159366.03.0.713338541627.issue16212@psf.upfronthosting.co.za>
2012-10-13 20:16:06Vladimir.Ushakovlinkissue16212 messages
2012-10-13 20:16:05Vladimir.Ushakovcreate