]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121605: Fix test hang when pyrepl is not available (GH-121820)
authorSam Gross <colesbury@gmail.com>
Mon, 15 Jul 2024 22:50:16 +0000 (18:50 -0400)
committerGitHub <noreply@github.com>
Mon, 15 Jul 2024 22:50:16 +0000 (00:50 +0200)
commit4134261ab831863565fefc7a04d05a1fc1bca2f8
tree0d9ae1a63ad1a3a5cb87fbed37700e3ea76a7ce9
parente5c7216f376a06d2c931daf999e2980e494e747e
gh-121605: Fix test hang when pyrepl is not available (GH-121820)

The fallback repl does not support "exit" without parentheses, so the
test would hang until the timeout expired.
Lib/test/test_pyrepl/test_pyrepl.py