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 pitrou
Recipients asksol, brian.curtin, jnoller, kristjan.jonsson, pitrou, tim.golden
Date 2011-03-25.00:27:34
SpamBayes Score 0.00029566383
Marked as misclassified No
Message-id <1301012856.06.0.501822966935.issue11668@psf.upfronthosting.co.za>
In-reply-to
Content
This impacts higher-level APIs such as Queue.get() with a positive timeout.
I'm not sure whether it's easily possible to fix this. A Google search seems to suggest that the pipe could be opened with "SYNCHRONIZE" access rights (?) and then WaitForSingleObject() be used on the handle.
History
Date User Action Args
2011-03-25 00:27:36pitrousetrecipients: + pitrou, kristjan.jonsson, tim.golden, jnoller, brian.curtin, asksol
2011-03-25 00:27:36pitrousetmessageid: <1301012856.06.0.501822966935.issue11668@psf.upfronthosting.co.za>
2011-03-25 00:27:34pitroulinkissue11668 messages
2011-03-25 00:27:34pitroucreate