]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch 1439 by Bill Janssen. I think this will work.
authorGuido van Rossum <guido@python.org>
Wed, 14 Nov 2007 22:32:02 +0000 (22:32 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 14 Nov 2007 22:32:02 +0000 (22:32 +0000)
commit86bc33cb7c248ede88ff9bd82775aab818f6224f
tree14046a25a34813eead8d92c8e46d712229307dac
parente69a08ea933e69262b08dc18bb3565892de0ad9b
Patch 1439 by Bill Janssen.  I think this will work.
Tested on Windows by Christian Heimes.
I changed the code slightly, renaming decref_socketios() to
_decref_socketios(), and moving it closer to the close() method
that it calls.  Hopefully Bill can now submit his SSL port to 3.0.
Lib/socket.py