]> granicus.if.org Git - python/commit
select_select(): Closing bug #448351 the easy way, i.e. by changing
authorBarry Warsaw <barry@python.org>
Thu, 16 Aug 2001 16:52:59 +0000 (16:52 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 16 Aug 2001 16:52:59 +0000 (16:52 +0000)
commitb44740f741d73a7bb45df7040ff52cd10b52d5a4
tree84a446162e7b8d3bae9e71001e295b13cf89fcb9
parentc019ecb7fe7b44fa339defd071510ec2b0728775
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