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 jdemeyer
Recipients alanwilter, georg.brandl, jdemeyer, martin.panter, neologix, nirai, pitrou, vstinner
Date 2015-11-27.20:35:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448656553.53.0.718595941648.issue9504@psf.upfronthosting.co.za>
In-reply-to
Content
Just a comment: if you need really robust signal handling, you just cannot do it with pure Python. I would recommend using Cython, where one has complete control over when signals are checked.
History
Date User Action Args
2015-11-27 20:35:53jdemeyersetrecipients: + jdemeyer, georg.brandl, pitrou, vstinner, nirai, neologix, alanwilter, martin.panter
2015-11-27 20:35:53jdemeyersetmessageid: <1448656553.53.0.718595941648.issue9504@psf.upfronthosting.co.za>
2015-11-27 20:35:53jdemeyerlinkissue9504 messages
2015-11-27 20:35:53jdemeyercreate