]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-137179: Fix flaky test_history_survive_crash test (gh-137180)
authorSam Gross <colesbury@gmail.com>
Tue, 29 Jul 2025 18:25:50 +0000 (14:25 -0400)
committerGitHub <noreply@github.com>
Tue, 29 Jul 2025 18:25:50 +0000 (14:25 -0400)
commit98d462cf4de82d4ef40b20bd346db1ba7edfa35c
tree6e80918a4d3679db2fcf1122febea4876549a39c
parent0b4e13c2658c5a267fc50ee045ffb7b6408b2e3b
gh-137179: Fix flaky test_history_survive_crash test (gh-137180)

Kill the REPL subprocess once it prints the output from the command
immediately before the `time.sleep()`.
Lib/test/test_pyrepl/test_pyrepl.py