]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
(Merge 3.4) Fix repr(_socket.socket) on Windows 64-bit: don't fail with
authorVictor Stinner <victor.stinner@gmail.com>
Sat, 26 Jul 2014 12:37:57 +0000 (14:37 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sat, 26 Jul 2014 12:37:57 +0000 (14:37 +0200)
commit011428e168fcbc75c6e2ee3fbaf511bc64f65501
tree5f5a60bd2b7390d29fdec68e343d3946e9e5c36a
parentaf529035abb81f7225c75b3def34fe727ff78f29
parente254e53c833d39e1e479a16d7976a7726c0c1981
(Merge 3.4) Fix repr(_socket.socket) on Windows 64-bit: don't fail with
OverflowError on closed socket. repr(socket.socket) already works fine.
Lib/test/test_socket.py
Misc/NEWS
Modules/socketmodule.c