mirror of
https://github.com/python/cpython.git
synced 2026-06-02 01:29:52 -04:00
cbbdf2c144
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().