]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport r42314 which fixed Windows breakage when checking that socket
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 12 Feb 2006 21:07:17 +0000 (21:07 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 12 Feb 2006 21:07:17 +0000 (21:07 +0000)
commit3273cb5eee505944f0bcce6abf8d1a6d5ff14e9c
tree08875df83630fe286c21876bac465b0eb0222287
parent6fc1da15fec6ae8bd88e702f7ba83547a597047c
Backport r42314 which fixed Windows breakage when checking that socket
descriptors fit in fd_set.

Introduce Py_SOCKET_FD_CAN_BE_GE_FD_SETSIZE.
Proposed by Tim Peters implemented by Martin von Loewis.
Modules/_ssl.c
Modules/socketmodule.c
PC/pyconfig.h