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 Frank.Ling, pitrou
Date 2012-06-28.10:26:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340879187.42.0.738368938523.issue15215@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, this is normal. Timeout sockets use a non-blocking fd internally:
http://docs.python.org/dev/library/socket.html#notes-on-socket-timeouts

This won't be visible to you if you only use the socket object, but it will if you call fileno() and use the file descriptor directly.
History
Date User Action Args
2012-06-28 10:26:27pitrousetrecipients: + pitrou, Frank.Ling
2012-06-28 10:26:27pitrousetmessageid: <1340879187.42.0.738368938523.issue15215@psf.upfronthosting.co.za>
2012-06-28 10:26:26pitroulinkissue15215 messages
2012-06-28 10:26:26pitroucreate