]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121988: Fix test hang when pyrepl is not available (#121990)
authorSam Gross <colesbury@gmail.com>
Sat, 20 Jul 2024 14:04:14 +0000 (10:04 -0400)
committerGitHub <noreply@github.com>
Sat, 20 Jul 2024 14:04:14 +0000 (16:04 +0200)
commita09e215abf3c80a3c99c86b4482b512b42aad072
treeb0a121e25cefab953667187676815420ba1396b5
parentb7ad711fcb37dd001e6bf8466c9503eef6d20331
gh-121988: Fix test hang when pyrepl is not available (#121990)

Also explicitly fail the test if we timeout while waiting for output so
that this failure mode is caught earlier.
Lib/test/test_pyrepl/test_pyrepl.py