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 eric.araujo, giampaolo.rodola, pitrou, rosslagerwall
Date 2013-03-08.19:22:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362770554.85.0.664166760212.issue13564@psf.upfronthosting.co.za>
In-reply-to
Content
A much larger patch which should address all issues is in attachment.
Updates:

- use poll() instead of select() whenever possible
- take socket timeout into account
- take SSL/FTPS into account
- when using select() look for EMFILE in case num fds >  FD_SETSIZE
- look for (AttributeError, io.UnsupportedOperation) when invoking file.fileno() instead of Exception, which seemed too general
History
Date User Action Args
2013-03-08 19:22:35giampaolo.rodolasetrecipients: + giampaolo.rodola, pitrou, eric.araujo, rosslagerwall
2013-03-08 19:22:34giampaolo.rodolasetmessageid: <1362770554.85.0.664166760212.issue13564@psf.upfronthosting.co.za>
2013-03-08 19:22:34giampaolo.rodolalinkissue13564 messages
2013-03-08 19:22:34giampaolo.rodolacreate