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 Arfrever, flox, giampaolo.rodola, janssen, pitrou, vstinner
Date 2010-03-14.20:02:49
SpamBayes Score 6.95742e-05
Marked as misclassified No
Message-id <1268596970.54.0.0106748268705.issue8108@psf.upfronthosting.co.za>
In-reply-to
Content
> close() can fail

Not close, unwrap() (shutdown()) ;-)

> Again, why does this failure only show up in the FTP test?

Maybe because only the FTP test uses an SSL socket in non blocking mode.
History
Date User Action Args
2010-03-14 20:02:50vstinnersetrecipients: + vstinner, janssen, pitrou, giampaolo.rodola, Arfrever, flox
2010-03-14 20:02:50vstinnersetmessageid: <1268596970.54.0.0106748268705.issue8108@psf.upfronthosting.co.za>
2010-03-14 20:02:49vstinnerlinkissue8108 messages
2010-03-14 20:02:49vstinnercreate