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 vstinner
Recipients ajaksu2, garth42, giampaolo.rodola, gvanrossum, intgr, johnjsmith, josiahcarlson, klimkin, vstinner, yselivanov
Date 2014-06-27.22:42:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403908924.38.0.698260233573.issue777588@psf.upfronthosting.co.za>
In-reply-to
Content
Note: asyncio also calls getsockopt(SOL_SOCKET,SO_ERROR) to check if the connect() succeeded or not, and so it doesn't have this bug.
History
Date User Action Args
2014-06-27 22:42:04vstinnersetrecipients: + vstinner, gvanrossum, josiahcarlson, klimkin, garth42, johnjsmith, giampaolo.rodola, ajaksu2, intgr, yselivanov
2014-06-27 22:42:04vstinnersetmessageid: <1403908924.38.0.698260233573.issue777588@psf.upfronthosting.co.za>
2014-06-27 22:42:04vstinnerlinkissue777588 messages
2014-06-27 22:42:04vstinnercreate