]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-130957: Use `sleeping_retry` in `test_free_reference` (GH-130958) (#131091)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 11 Mar 2025 14:14:28 +0000 (15:14 +0100)
committerGitHub <noreply@github.com>
Tue, 11 Mar 2025 14:14:28 +0000 (14:14 +0000)
commit98c7ae3f7e6fa47cfeee388fb0992a77d6ba163a
treeca6ed3ff62d0b94741bfb73c4efab007481211de
parenta49f85a694597ae712ff896f2ce345696516aad9
[3.13] gh-130957: Use `sleeping_retry` in `test_free_reference` (GH-130958) (#131091)

The weak reference may not be immediately dead.
(cherry picked from commit 19081158713526a3042c2ad3c6d5a589579b420f)

Co-authored-by: Sam Gross <colesbury@gmail.com>
Lib/test/test_concurrent_futures/executor.py