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 neologix
Recipients Ben.Smith, ehohenstein, exarkun, giampaolo.rodola, neologix, pitrou
Date 2010-09-16.14:29:12
SpamBayes Score 2.4138205e-06
Marked as misclassified No
Message-id <1284647355.25.0.569932005678.issue9090@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, it's possible that select(2) incorrectly reports sockets as ready for reading : for example if the socket receives data, but then discards it because of an invalid checksum (and I guess you're more likely to get this type of problem on a VM or while copying large files).
History
Date User Action Args
2010-09-16 14:29:15neologixsetrecipients: + neologix, exarkun, pitrou, giampaolo.rodola, ehohenstein, Ben.Smith
2010-09-16 14:29:15neologixsetmessageid: <1284647355.25.0.569932005678.issue9090@psf.upfronthosting.co.za>
2010-09-16 14:29:12neologixlinkissue9090 messages
2010-09-16 14:29:12neologixcreate