]> granicus.if.org Git - python/commit
On Windows, put the select file descriptor arrays on the heap.
authorGuido van Rossum <guido@python.org>
Thu, 2 Jul 1998 02:53:36 +0000 (02:53 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 2 Jul 1998 02:53:36 +0000 (02:53 +0000)
commitd20781b5184420df596881bf630d925478729b69
tree5659e77916a06eaa777fb8917631b4869384dde3
parent030eb118238c6def2cd2ee7ec5508c66f7f240c0
On Windows, put the select file descriptor arrays on the heap.
This is because they are huge and the stack is limited on Windows.
Other platforms keep declaring it on the stack.
Modules/selectmodule.c