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 asksol, brian.curtin, jnoller, kristjan.jonsson, pitrou, tim.golden
Date 2011-03-26.08:18:53
SpamBayes Score 0.041814588
Marked as misclassified No
Message-id <1301127534.17.0.566938697771.issue11668@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think it is necessary to have the initial call to PeekNamedPipe.  It is a kernel call just like WFMO and so just as expensive.  It also has some strange semantics, (such as being possibly blocking in a multithreaded application.  read the docs...).  Just go for the WFMO to keep things simple.
History
Date User Action Args
2011-03-26 08:18:54kristjan.jonssonsetrecipients: + kristjan.jonsson, pitrou, tim.golden, jnoller, brian.curtin, asksol
2011-03-26 08:18:54kristjan.jonssonsetmessageid: <1301127534.17.0.566938697771.issue11668@psf.upfronthosting.co.za>
2011-03-26 08:18:53kristjan.jonssonlinkissue11668 messages
2011-03-26 08:18:53kristjan.jonssoncreate