summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Tests/2023-09-29-00-19-21.gh-issue-109974.Sh_g-r.rst
blob: a130cf690a57cb54e83902c9428bb6ac63ebc16f (plain)
1
2
3
Fix race conditions in test_threading lock tests. Wait until a condition is met
rather than using :func:`time.sleep` with a hardcoded number of seconds. Patch
by Victor Stinner.