mirror of
https://github.com/python/cpython.git
synced 2026-06-05 19:14:37 -04:00
1d75fa43a2
On Windows, set _O_NOINHERIT flag on file descriptors created by os.pipe() and io.WindowsConsoleIO. Add test_pipe_spawnl() to test_os. Co-authored-by: Zackery Spytz <zspytz@gmail.com>