commit | b440aec9f943a422b05353812be851100253d667 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Aug 28 20:53:24 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Aug 28 20:53:24 2010 +0000 |
tree | 1a6d6d7658abc8b93ba6c6f661efde130cde2e28 | |
parent | fcd2a7960c610c149eec66c16e999032457f47eb [diff] |
Merged revisions 84347 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ 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. ........