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 kristjan.jonsson
Recipients amaury.forgeotdarc, christian.heimes, kristjan.jonsson
Date 2008-11-12.10:13:09
SpamBayes Score 0.00012040087
Marked as misclassified No
Message-id <1226484791.23.0.12252454068.issue4293@psf.upfronthosting.co.za>
In-reply-to
Content
Right.
Isn't the best way to avoid it to block signals just while we pop the 
queue?  I'll see if python has a portable sigaction thing to do that.
Otherwise we'd have to start to mess with a "volatile busy" flag again 
and possibly introduce tricky race conditions.
History
Date User Action Args
2008-11-12 10:13:11kristjan.jonssonsetrecipients: + kristjan.jonsson, amaury.forgeotdarc, christian.heimes
2008-11-12 10:13:11kristjan.jonssonsetmessageid: <1226484791.23.0.12252454068.issue4293@psf.upfronthosting.co.za>
2008-11-12 10:13:10kristjan.jonssonlinkissue4293 messages
2008-11-12 10:13:10kristjan.jonssoncreate