diff options
author | Victor Stinner <vstinner@python.org> | 2025-03-03 18:45:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-03 18:45:26 (GMT) |
commit | 8a64a62002fa3cdc93cb4cfee315edb235cad8cb (patch) | |
tree | dbe6ac2b674304575607a8d91a24eab47136d586 /Python/tracemalloc.c | |
parent | d0eb01c9de9a455df36f885506314d8d00645c9f (diff) | |
download | cpython-8a64a62002fa3cdc93cb4cfee315edb235cad8cb.zip cpython-8a64a62002fa3cdc93cb4cfee315edb235cad8cb.tar.gz cpython-8a64a62002fa3cdc93cb4cfee315edb235cad8cb.tar.bz2 |
gh-130737: Fix multiprocessing test_notify() (#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).
Diffstat (limited to 'Python/tracemalloc.c')
0 files changed, 0 insertions, 0 deletions