]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Call busy_retry() and sleeping_retry() with error=True (#93871)
authorVictor Stinner <vstinner@python.org>
Thu, 16 Jun 2022 11:44:58 +0000 (13:44 +0200)
committerGitHub <noreply@github.com>
Thu, 16 Jun 2022 11:44:58 +0000 (13:44 +0200)
commit484b40bf189ae881992366f2b7b6b63812d18591
treebbcd6c86628c194a46904204eeaf7a40672cba48
parent05b32c1c796d6c80479756ae898f488eac5f4f71
Call busy_retry() and sleeping_retry() with error=True (#93871)

Tests no longer call busy_retry() and sleeping_retry() with
error=False: raise an exception if the loop times out.
Lib/test/fork_wait.py
Lib/test/test_asyncore.py
Lib/test/test_logging.py
Lib/test/test_signal.py
Lib/test/test_wait3.py
Lib/test/test_wait4.py