]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131677: Fix flaky test_lru_cache_threaded3 (gh-131679)
authorSam Gross <colesbury@gmail.com>
Mon, 24 Mar 2025 20:41:50 +0000 (16:41 -0400)
committerGitHub <noreply@github.com>
Mon, 24 Mar 2025 20:41:50 +0000 (16:41 -0400)
commita1232459860235f4fb7896cc95966d87a51cbe32
treedbe613b6db83199f44a2292657a965ca93a1e260
parent7c3692fe275088e986f92cec34dcccb823b31fa2
gh-131677: Fix flaky test_lru_cache_threaded3 (gh-131679)

The call to `with self.subTest(...)` was not thread-safe.
Lib/test/test_functools.py