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 spiv
Recipients Yaniv.Aknin, exarkun, gregory.p.smith, neologix, nvetoshkin, pitrou, spiv
Date 2010-04-09.07:01:06
SpamBayes Score 0.021989807
Marked as misclassified No
Message-id <1270796467.95.0.917907967609.issue7978@psf.upfronthosting.co.za>
In-reply-to
Content
Note that a trivial untilConcludes isn't correct for select if a timeout was passed.  If a select(..., 60) was interrupted after 59 seconds, you probably want to restart it with a timeout of 1 second, not 60.

The SocketServer_eintr.diff patch has this flaw.
History
Date User Action Args
2010-04-09 07:01:08spivsetrecipients: + spiv, gregory.p.smith, exarkun, pitrou, nvetoshkin, neologix, Yaniv.Aknin
2010-04-09 07:01:07spivsetmessageid: <1270796467.95.0.917907967609.issue7978@psf.upfronthosting.co.za>
2010-04-09 07:01:06spivlinkissue7978 messages
2010-04-09 07:01:06spivcreate