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 Arfrever, flox, giampaolo.rodola, janssen, pitrou, vstinner
Date 2010-03-25.13:30:12
SpamBayes Score 0.013954964
Marked as misclassified No
Message-id <1269523814.66.0.306073628679.issue8108@psf.upfronthosting.co.za>
In-reply-to
Content
Florent, you shouldn't need to silence socket.error at this level.

I think what needs to happen is that, when unwrap() fails in SSLConnection.close(), handle_read() and handle_write() retry the unwrap() call. That's what I gather from the explanation of the new behaviour.
History
Date User Action Args
2010-03-25 13:30:14pitrousetrecipients: + pitrou, janssen, vstinner, giampaolo.rodola, Arfrever, flox
2010-03-25 13:30:14pitrousetmessageid: <1269523814.66.0.306073628679.issue8108@psf.upfronthosting.co.za>
2010-03-25 13:30:12pitroulinkissue8108 messages
2010-03-25 13:30:12pitroucreate