]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #5238: Calling makefile() on an SSL object would prevent the
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 23 Apr 2010 23:25:45 +0000 (23:25 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 23 Apr 2010 23:25:45 +0000 (23:25 +0000)
commitb558f17b188fecc67ac1cd1d2fe8e8247afe38bf
tree50108a5e26ee77b1e31fc472bfc5c7f77faa56e0
parentdfb299bb95040d5e96690afd93f7212e81b70722
Issue #5238: Calling makefile() on an SSL object would prevent the
underlying socket from being closed until all objects get truely destroyed.
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS