[3.11] gh-109709: Fix asyncio test_stdin_broken_pipe() (#109710) (#109735)
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(). (cherry picked from commit cbbdf2c1440c804adcfc32ea0470865b3b3b8eb2)
V
Victor Stinner committed
1629b1d6f96b377d3ae8e6b6e35e6ffd304f0cd7
Parent: f45ef5e
Committed by GitHub <noreply@github.com>
on 9/22/2023, 2:34:53 PM