[issue5238] ssl makefile never closes socket

Antoine Pitrou report at bugs.python.org
Sat Apr 24 01:37:41 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

The makefile issue is fixed in r80428 (trunk) and r80431 (2.6). Also ported the additional test to py3k and 3.1.

The other issue pointed out by Marcin Bachry doesn't seem fixable without breaking backwards compatibility, for applications which close() the SSL object but expect the underlying socket to still be usable for clear-text communications. Therefore I prefer to close this issue.

----------
resolution:  -> fixed
stage:  -> committed/rejected
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5238>
_______________________________________


More information about the Python-bugs-list mailing list