]> granicus.if.org Git - python/commit
#6416: Fix compilation of the select module on Windows, as well as test_subprocess:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 9 Jul 2009 22:37:22 +0000 (22:37 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 9 Jul 2009 22:37:22 +0000 (22:37 +0000)
commitce32eb7406baf7a51f7764a7c6ce245dd99dabe9
treedf9d9312bf0cbf7d2dd962e4b8d2299640af24b5
parentb0c828ae4a18591b135357c47b1baeecb02f3a5e
#6416: Fix compilation of the select module on Windows, as well as test_subprocess:
PIPE_BUF is not defined on Windows, and probably has no meaning there.

Anyway the subprocess module uses another way to perform non-blocking reads (with a thread)
Doc/library/select.rst
Lib/subprocess.py
Lib/test/test_subprocess.py
Modules/selectmodule.c