]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-121605: Fix test hang when pyrepl is not available (GH-121820) (GH-121823)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 15 Jul 2024 23:15:18 +0000 (01:15 +0200)
committerGitHub <noreply@github.com>
Mon, 15 Jul 2024 23:15:18 +0000 (01:15 +0200)
commit0201b98d4cac747ae0514e399d40e53f80ac4162
treed470ea06a74ab79df28dfb0678f57f117e941702
parent5b718e7fc723d484951aa76abd176aadcd0d1518
[3.13] gh-121605: Fix test hang when pyrepl is not available (GH-121820) (GH-121823)

The fallback repl does not support "exit" without parentheses, so the
test would hang until the timeout expired.
(cherry picked from commit 4134261ab831863565fefc7a04d05a1fc1bca2f8)

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