]> granicus.if.org Git - python/commit
Issue #16357: fix calling accept() on a SSLSocket created through SSLContext.wrap_soc...
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 11 Nov 2012 00:25:36 +0000 (01:25 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 11 Nov 2012 00:25:36 +0000 (01:25 +0100)
commit5c89b4ec55bc7ebe799da296e01544a5bcdc4250
treed220d323f041f4d173d9b799c8fc2c021b05d349
parentdf3abec2c98b84c3ec516857cb84bf3be9e0b773
Issue #16357: fix calling accept() on a SSLSocket created through SSLContext.wrap_socket().
Original patch by Jeff McNeil.
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS