]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-130957: Use `sleeping_retry` in `test_free_reference` (GH-130958) (#131092)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 11 Mar 2025 14:13:41 +0000 (15:13 +0100)
committerGitHub <noreply@github.com>
Tue, 11 Mar 2025 14:13:41 +0000 (10:13 -0400)
commitafffd97cd9066d6c7864d932cf7e9de1b7bb5051
tree066f092e73e795d31e3aa99ee758cb3c34227597
parent729ec5b4fc9c030157837fc6717068b2a1a13342
[3.12] gh-130957: Use `sleeping_retry` in `test_free_reference` (GH-130958) (#131092)

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