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 asvetlov, brian.curtin, flox, gps, jnoller, jyasskin, pitrou, torsten
Date 2010-04-13.17:50:50
SpamBayes Score 0.0012968426
Marked as misclassified No
Message-id <1271181060.14.0.4501758068.issue7316@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch against current py3k.
About the timeout limit, an useful point of comparison is select(), which doesn't try to loop either: it just throws OverflowError if the specified timeout value is too large to be represented in a timeval struct.
History
Date User Action Args
2010-04-13 17:51:00pitrousetrecipients: + pitrou, jyasskin, gps, jnoller, brian.curtin, asvetlov, flox, torsten
2010-04-13 17:51:00pitrousetmessageid: <1271181060.14.0.4501758068.issue7316@psf.upfronthosting.co.za>
2010-04-13 17:50:58pitroulinkissue7316 messages
2010-04-13 17:50:58pitroucreate