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 gvanrossum
Recipients giampaolo.rodola, glyph, gvanrossum, neologix, pitrou, sbt, vstinner
Date 2013-09-30.03:48:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380512901.67.0.924039421906.issue19017@psf.upfronthosting.co.za>
In-reply-to
Content
Charles-Francois, sorry to add you back to the bug, but (a) I thought you had agreed to a compromise patch that restarts signals in most cases but not for select(), poll() etc.; (b) I may have found a flaw in the idea.

The flaw (if it is one) is related to Py_AddPendingCall(). This "schedules" a pending callback, mostly for signals, but doesn't AFAICT interrupt the mainthread in any way. (TBH, I only understand the code for Python 2.7, and in that version I'm sure it doesn't.)

So is this a flaw? I'm nor sure. Can you think about it?
History
Date User Action Args
2013-09-30 03:48:21gvanrossumsetrecipients: + gvanrossum, pitrou, vstinner, giampaolo.rodola, glyph, neologix, sbt
2013-09-30 03:48:21gvanrossumsetmessageid: <1380512901.67.0.924039421906.issue19017@psf.upfronthosting.co.za>
2013-09-30 03:48:21gvanrossumlinkissue19017 messages
2013-09-30 03:48:21gvanrossumcreate