]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-121605: Increase timeout in test_pyrepl.run_repl (GH-121606) (#121702)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 13 Jul 2024 16:07:12 +0000 (18:07 +0200)
committerGitHub <noreply@github.com>
Sat, 13 Jul 2024 16:07:12 +0000 (12:07 -0400)
commit14c5bffcc552fec1276f078dd8d20688d4e71c78
treed5f4b9b43276ab6efaabe7970b1e78dae0a46ebd
parent4af9c05e788debe0c6194db68b359b6b8200136a
[3.13] gh-121605: Increase timeout in test_pyrepl.run_repl (GH-121606) (#121702)

We also need to close the `slave_fd` earlier so that reading from
`master_fd` won't block forever when the subprocess finishes.
(cherry picked from commit abc3aeebdbae560476f2f8c0312e9a4bf0dbfd33)

Co-authored-by: Sam Gross <colesbury@gmail.com>
Lib/test/test_pyrepl/test_pyrepl.py