diff options
author | Barry Warsaw <barry@python.org> | 2001-08-16 16:52:59 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2001-08-16 16:52:59 (GMT) |
commit | b44740f741d73a7bb45df7040ff52cd10b52d5a4 (patch) | |
tree | 84a446162e7b8d3bae9e71001e295b13cf89fcb9 /Misc | |
parent | c019ecb7fe7b44fa339defd071510ec2b0728775 (diff) | |
download | cpython-b44740f741d73a7bb45df7040ff52cd10b52d5a4.zip cpython-b44740f741d73a7bb45df7040ff52cd10b52d5a4.tar.gz cpython-b44740f741d73a7bb45df7040ff52cd10b52d5a4.tar.bz2 |
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.
Diffstat (limited to 'Misc')
0 files changed, 0 insertions, 0 deletions