mirror of
https://github.com/python/cpython.git
synced 2026-05-20 11:23:49 -04:00
ce32eb7406
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)