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 yselivanov
Recipients asvetlov, njs, pitrou, vstinner, yselivanov
Date 2017-12-19.23:40:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513726815.8.0.213398074469.issue32373@psf.upfronthosting.co.za>
In-reply-to
Content
It appears the the timeouts situation is a bit more complex.  It's perfectly normal for a Python socket object to be in a "blocking" mode and for its FD to be in a non-blocking mode.  Read more about this in the latest docs update to the PR: https://github.com/python/cpython/pull/4926/commits/adcc91f93e1538f0d25645ebe0285b12137a3e3b
History
Date User Action Args
2017-12-19 23:40:15yselivanovsetrecipients: + yselivanov, pitrou, vstinner, njs, asvetlov
2017-12-19 23:40:15yselivanovsetmessageid: <1513726815.8.0.213398074469.issue32373@psf.upfronthosting.co.za>
2017-12-19 23:40:15yselivanovlinkissue32373 messages
2017-12-19 23:40:15yselivanovcreate