SIGN IN SIGN UP

gh-77046: os.pipe() sets _O_NOINHERIT flag on fds (#113817)

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>
V
Victor Stinner committed
1d75fa43a25e5f3c33f2aaaec28fab9430834792
Parent: e82b096
Committed by GitHub <noreply@github.com> on 1/10/2024, 10:02:17 PM