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 Erez.Sh, William.Edwards, asksol, danken, dmalcolm, giampaolo.rodola, jnoller, neologix, pitrou, sbt, synapse, vstinner
Date 2012-10-22.20:27:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350937641.81.0.478036660017.issue10527@psf.upfronthosting.co.za>
In-reply-to
Content
See also http://bugs.python.org/issue14635.
This problem affects any single use of select(): instead of using an ad-hoc wrapper in each module, it would probably make sense to add a higher level selector class to the select module which would fallback on the right syscall (i.e. poll() if available, or /dev/poll on Solaris-like).
History
Date User Action Args
2012-10-22 20:27:21neologixsetrecipients: + neologix, pitrou, vstinner, giampaolo.rodola, jnoller, synapse, asksol, dmalcolm, danken, Erez.Sh, sbt, William.Edwards
2012-10-22 20:27:21neologixsetmessageid: <1350937641.81.0.478036660017.issue10527@psf.upfronthosting.co.za>
2012-10-22 20:27:21neologixlinkissue10527 messages
2012-10-22 20:27:21neologixcreate