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

README

back to top