]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
backport barry's 2.54:
authorAnthony Baxter <anthonybaxter@gmail.com>
Thu, 1 Nov 2001 14:37:48 +0000 (14:37 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Thu, 1 Nov 2001 14:37:48 +0000 (14:37 +0000)
commit57ff377a395fe2c0482c0267d22171a14b0bc234
tree8527bb7403f489c76fff75f41abad61a6166f33c
parentdf71fc012575cac0c0c050a8f1febf1438f8fdd7
backport barry's 2.54:
    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.
Modules/selectmodule.c