From: Antoine Pitrou Date: Sat, 28 Aug 2010 20:55:42 +0000 (+0000) Subject: Blocked revisions 84347 via svnmerge X-Git-Tag: v2.7.1rc1~361 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d387a31f38dd90ab6e8e0722b09934a35333d290;p=python Blocked revisions 84347 via svnmerge ........ r84347 | antoine.pitrou | 2010-08-28 22:42:55 +0200 (sam., 28 août 2010) | 5 lines Issue #4835: make PyLong_FromSocket_t() and PyLong_AsSocket_t() private to the socket module, and fix the width of socket descriptors to be correctly detected under 64-bit Windows. ........ ---