Staging
v0.5.1
https://github.com/python/cpython
Revision 57ff377a395fe2c0482c0267d22171a14b0bc234 authored by Anthony Baxter on 01 November 2001, 14:37:48 UTC, committed by Anthony Baxter on 01 November 2001, 14:37:48 UTC
    select_select(): Closing bug #448351 the easy way, i.e. by changing
    the "#ifdef MS_WINDOWS" to "#ifdef SELECT_USES_HEAP" and by
    setting SELECT_USES_HEAP when FD_SETSIZE > 1024.
    The indirection seems useful since this subtly changes the path
    that "normal" Windows programs take (where Timmie sez FD_SETSIZE =
    512).  If that's a problem for Windows, he has only one place to
    change.
1 parent df71fc0
History
Tip revision: 57ff377a395fe2c0482c0267d22171a14b0bc234 authored by Anthony Baxter on 01 November 2001, 14:37:48 UTC
backport barry's 2.54:
Tip revision: 57ff377
File Mode Size
README -rw-r--r-- 1.0 KB
life.py -rwxr-xr-x 6.6 KB
ncurses.py -rw-r--r-- 6.5 KB
rain.py -rw-r--r-- 2.4 KB
repeat.py -rwxr-xr-x 1.5 KB
tclock.py -rw-r--r-- 3.2 KB
xmas.py -rw-r--r-- 24.3 KB

README

back to top