This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients alex, vstinner
Date 2014-07-26.13:06:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406380020.08.0.613545781324.issue22081@psf.upfronthosting.co.za>
In-reply-to
Content
I also fixed repr(_socket.socket) on Windows 64-bit for closed sockets (on Python 2.7, 3.4 and 3.5):

changeset:   91881:04c916a1e82f
branch:      2.7
tag:         tip
user:        Victor Stinner <victor.stinner@gmail.com>
date:        Sat Jul 26 14:52:55 2014 +0200
files:       Lib/test/test_socket.py Misc/NEWS Modules/socketmodule.c
description:
Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError
on closed socket.


changeset:   91880:a86c273a1270
branch:      2.7
user:        Victor Stinner <victor.stinner@gmail.com>
date:        Sat Jul 26 14:47:56 2014 +0200
files:       Modules/socketmodule.c
description:
socketmodule.c: backport INVALID_SOCKET from Python 3.5 to simplify the code
History
Date User Action Args
2014-07-26 13:07:00vstinnersetrecipients: + vstinner, alex
2014-07-26 13:07:00vstinnersetmessageid: <1406380020.08.0.613545781324.issue22081@psf.upfronthosting.co.za>
2014-07-26 13:07:00vstinnerlinkissue22081 messages
2014-07-26 13:06:59vstinnercreate