]> granicus.if.org Git - python/commit
This is roughly socket2.diff from issue 1378, with a few changes applied
authorGuido van Rossum <guido@python.org>
Fri, 16 Nov 2007 01:24:05 +0000 (01:24 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 16 Nov 2007 01:24:05 +0000 (01:24 +0000)
commit39eb8fa0dbbcd6568fceb7ca59220aa3281e0cc4
tree5fa187d82123d1055401cb9ae8a4dcd16928bfde
parentdd9e3b8736fae1f730d027d5383a2b17c661ce82
This is roughly socket2.diff from issue 1378, with a few changes applied
to ssl.py (no need to test whether we can dup any more).
Regular sockets no longer have a _base, but we still have explicit
reference counting of socket objects for the benefit of makefile();
using duplicate sockets won't work for SSLSocket.
Include/longobject.h
Lib/socket.py
Lib/ssl.py
Lib/test/test_socket.py
Modules/socketmodule.c