]> 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:52:55 +0000 (14:52 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sat, 26 Jul 2014 12:52:55 +0000 (14:52 +0200)
commit0a649c7bb1bdc6238963decc5b77ad805e551a9e
tree1b58230a6f6526cf51f54371bd8153c3dd4882c3
parent465db3c69ad69df013149eaecffc3ac719b177ca
Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError
on closed socket.
Lib/test/test_socket.py
Misc/NEWS
Modules/socketmodule.c