]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130957: Use `sleeping_retry` in `test_free_reference` (#130958)
authorSam Gross <colesbury@gmail.com>
Tue, 11 Mar 2025 13:51:26 +0000 (09:51 -0400)
committerGitHub <noreply@github.com>
Tue, 11 Mar 2025 13:51:26 +0000 (09:51 -0400)
commit19081158713526a3042c2ad3c6d5a589579b420f
tree243d94d474530a431d2ada3aa82487e64f7e33de
parent44c55c23563fd27fced2ac575fd205f3e5c0a836
gh-130957: Use `sleeping_retry` in `test_free_reference` (#130958)

The weak reference may not be immediately dead.
Lib/test/test_concurrent_futures/executor.py