]> granicus.if.org Git - python/commit
Issue #4835: make PyLong_FromSocket_t() and PyLong_AsSocket_t() private
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 28 Aug 2010 20:42:55 +0000 (20:42 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 28 Aug 2010 20:42:55 +0000 (20:42 +0000)
commit67c7ce4bef3223af744d2b510d294000ce00388d
treed94599db1db51bb5aa9f1daaaa338ef7199a4715
parent1a9a9d543327397396827642895410183f8902d5
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.
Include/longobject.h
Misc/NEWS
Modules/socketmodule.h