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 bob.bob, giampaolo.rodola, loewis, pitrou, rv, vstinner
Date 2014-03-28.18:53:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396032807.64.0.391492891147.issue20924@psf.upfronthosting.co.za>
In-reply-to
Content
How come OpenSSL returns SSL_ERROR_WANT_READ if the socket is blocking?
Perhaps Windows returns a non-blocking socket for accept()?
Have you tried with Python 3?
History
Date User Action Args
2014-03-28 18:53:27pitrousetrecipients: + pitrou, loewis, vstinner, giampaolo.rodola, bob.bob, rv
2014-03-28 18:53:27pitrousetmessageid: <1396032807.64.0.391492891147.issue20924@psf.upfronthosting.co.za>
2014-03-28 18:53:27pitroulinkissue20924 messages
2014-03-28 18:53:27pitroucreate