]> granicus.if.org Git - python/commit
Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError
authorVictor Stinner <victor.stinner@gmail.com>
Sat, 26 Jul 2014 12:36:55 +0000 (14:36 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sat, 26 Jul 2014 12:36:55 +0000 (14:36 +0200)
commite254e53c833d39e1e479a16d7976a7726c0c1981
tree665b7fcd7a0acb9a38b51bd34fdf9dbe252cc8ff
parent51e44ea66aefb4229e506263acf40d35596d279c
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