diff options
| author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2025-03-03 19:09:34 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-03 19:09:34 (GMT) |
| commit | d00e92bc04d90623b7cf665e23dd623a8d7e02df (patch) | |
| tree | 57892b2db485d57076db0235b4352cffa1913fc3 /Python/pythonrun.c | |
| parent | 4c6318e24ddd6a4aeb243c064055a38823a142bb (diff) | |
| download | cpython-d00e92bc04d90623b7cf665e23dd623a8d7e02df.zip cpython-d00e92bc04d90623b7cf665e23dd623a8d7e02df.tar.gz cpython-d00e92bc04d90623b7cf665e23dd623a8d7e02df.tar.bz2 | |
[3.13] gh-130737: Fix multiprocessing test_notify() (GH-130797) (#130802)
gh-130737: Fix multiprocessing test_notify() (GH-130797)
Replace hardcoded delay (100 ms) with a loop awaiting until a
condition is true: replace assertReturnsIfImplemented() with
assertReachesEventually().
Use sleeping_retry() in assertReachesEventually() to tolerate slow
buildbots and raise an exception on timeout (30 seconds).
(cherry picked from commit 8a64a62002fa3cdc93cb4cfee315edb235cad8cb)
Co-authored-by: Victor Stinner <vstinner@python.org>
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions
