]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] Add test.support.busy_retry() (#93770) (#110341)
authorVictor Stinner <vstinner@python.org>
Wed, 4 Oct 2023 10:58:49 +0000 (12:58 +0200)
committerGitHub <noreply@github.com>
Wed, 4 Oct 2023 10:58:49 +0000 (12:58 +0200)
commitf9ac377626ff993569b532e693acf3f08a6c1f43
treeb2fbd6c74a2fb288a24bc807c882dc926a80b21d
parent6c98c734c7bcef2eee870bf4e5b4326bb81b320c
[3.11] Add test.support.busy_retry() (#93770) (#110341)

Add test.support.busy_retry() (#93770)

Add busy_retry() and sleeping_retry() functions to test.support.

(cherry picked from commit 7e9eaad864349d2cfd4c9ffc4453aba03b2cbc16)
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/test_init.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