Staging
v0.8.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
Grammar -rw-r--r-- 5.0 KB

back to top