Staging
v0.5.1
https://github.com/python/cpython
Revision 3d62ffe0fa549508ea939a74e97b0248a84561f6 authored by Anthony Baxter on 10 October 2006, 16:20:41 UTC, committed by Anthony Baxter on 10 October 2006, 16:20:41 UTC
#1494314: Fix a regression with high-numbered sockets in 2.4.3. This
means that select() on sockets > FD_SETSIZE (typically 1024) work again.
The patch makes sockets use poll() internally where available.
1 parent ad7dd88
History
Tip revision: 3d62ffe0fa549508ea939a74e97b0248a84561f6 authored by Anthony Baxter on 10 October 2006, 16:20:41 UTC
Backport 50567
Tip revision: 3d62ffe
File Mode Size
Modules
Python
support
Makefile -rw-r--r-- 14.5 KB
README -rw-r--r-- 1.2 KB
pyconfig.h -rw-r--r-- 17.5 KB
sleep.c -rw-r--r-- 866 bytes
unixstuff.c -rw-r--r-- 1.7 KB
unixstuff.h -rw-r--r-- 318 bytes

README

back to top