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 giampaolo.rodola, janssen, pitrou
Date 2010-04-24.21:11:56
SpamBayes Score 4.107619e-05
Marked as misclassified No
Message-id <1272143649.3402.2.camel@localhost>
In-reply-to <1272142067.91.0.0552245215724.issue8524@psf.upfronthosting.co.za>
Content
It is actually a little funnier. dup() preserves the
blocking/non-blocking nature of the underlying OS socket, but not the
"timeout" of the Python socket. As such, a "blocking-with-timeout"
Python socket gets replaced with a truely non-blocking socket.
History
Date User Action Args
2010-04-24 21:11:58pitrousetrecipients: + pitrou, janssen, giampaolo.rodola
2010-04-24 21:11:57pitroulinkissue8524 messages
2010-04-24 21:11:57pitroucreate