]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add test.support.busy_retry() (#93770)
authorVictor Stinner <vstinner@python.org>
Wed, 15 Jun 2022 09:42:10 +0000 (11:42 +0200)
committerGitHub <noreply@github.com>
Wed, 15 Jun 2022 09:42:10 +0000 (11:42 +0200)
commit7e9eaad864349d2cfd4c9ffc4453aba03b2cbc16
tree7bc4498a4c5ad027208a714ff9281d2f4639e301
parent4e9fa71d7e8e2f322f0b81b315ddc921f57384c0
Add test.support.busy_retry() (#93770)

Add busy_retry() and sleeping_retry() functions to test.support.
12 files changed:
Doc/library/test.rst
Lib/test/_test_multiprocessing.py
Lib/test/fork_wait.py
Lib/test/support/__init__.py
Lib/test/test__xxsubinterpreters.py
Lib/test/test_concurrent_futures.py
Lib/test/test_multiprocessing_main_handling.py
Lib/test/test_signal.py
Lib/test/test_ssl.py
Lib/test/test_support.py
Lib/test/test_wait3.py
Lib/test/test_wait4.py