SIGN IN SIGN UP

gh-109709: Fix asyncio test_stdin_broken_pipe() (#109710)

Replace harcoded sleep of 500 ms with synchronization using a pipe.

Fix also Process._feed_stdin(): catch also BrokenPipeError on
stdin.write(input), not only on stdin.drain().
V
Victor Stinner committed
cbbdf2c1440c804adcfc32ea0470865b3b3b8eb2
Parent: 46b63ce
Committed by GitHub <noreply@github.com> on 9/22/2023, 1:29:42 PM