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 giampaolo.rodola
Recipients Erez.Sh, William.Edwards, asksol, danken, dmalcolm, giampaolo.rodola, jnoller, neologix, pitrou, python-dev, sbt, synapse, vstinner
Date 2013-01-13.23:30:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358119807.06.0.258812294484.issue10527@psf.upfronthosting.co.za>
In-reply-to
Content
What do you mean? The intent was to use poll() instead of select() anywhere available in order to avoid running out of fds.
The change didn't affect Windows because as of right now select() is the only thing available.
History
Date User Action Args
2013-01-13 23:30:07giampaolo.rodolasetrecipients: + giampaolo.rodola, pitrou, vstinner, jnoller, synapse, asksol, dmalcolm, neologix, danken, Erez.Sh, python-dev, sbt, William.Edwards
2013-01-13 23:30:07giampaolo.rodolasetmessageid: <1358119807.06.0.258812294484.issue10527@psf.upfronthosting.co.za>
2013-01-13 23:30:07giampaolo.rodolalinkissue10527 messages
2013-01-13 23:30:06giampaolo.rodolacreate