]> granicus.if.org Git - python/commit
#1494314: Fix a regression with high-numbered sockets in 2.4.3. This
authorAnthony Baxter <anthonybaxter@gmail.com>
Tue, 11 Jul 2006 02:04:09 +0000 (02:04 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Tue, 11 Jul 2006 02:04:09 +0000 (02:04 +0000)
commit93ab5fa1916d745aa817ed47297725826f4ec62c
tree1aee6c9cca20ccb1c194ec318449847b20598044
parent06c68b800ca3e31d2551923083ce8294ab94cb24
#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.
Misc/NEWS
Modules/_ssl.c
Modules/socketmodule.c