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 Erez.Sh, William.Edwards, asksol, danken, dmalcolm, giampaolo.rodola, jnoller, pitrou, sbt, synapse, vstinner
Date 2012-10-22.18:14:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350929694.26.0.844270743012.issue10527@psf.upfronthosting.co.za>
In-reply-to
Content
I don't like this patch since it makes the implementation poorly testable. Moreover, behaviour might change subtly when the fd becomes > 512. I think that instead the code should always use poll() on platforms where it is available.
History
Date User Action Args
2012-10-22 18:14:54pitrousetrecipients: + pitrou, vstinner, giampaolo.rodola, jnoller, synapse, asksol, dmalcolm, danken, Erez.Sh, sbt, William.Edwards
2012-10-22 18:14:54pitrousetmessageid: <1350929694.26.0.844270743012.issue10527@psf.upfronthosting.co.za>
2012-10-22 18:14:54pitroulinkissue10527 messages
2012-10-22 18:14:54pitroucreate