]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-135641: Fix flaky `test_capi.test_lock_two_threads` test case (gh-135642...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 18 Jun 2025 18:49:43 +0000 (20:49 +0200)
committerGitHub <noreply@github.com>
Wed, 18 Jun 2025 18:49:43 +0000 (18:49 +0000)
commita93ff87375dc39409a48377f23e9feedeb977e8e
treeb57252888779cfec08f3d5008934bcffc819d05c
parent1734b295b3c2b06ed296c29a9081bd6d0da8f75b
[3.14] gh-135641: Fix flaky `test_capi.test_lock_two_threads` test case (gh-135642) (gh-135687)

The mutex may have the `_Py_HAS_PARKED` bit set.
(cherry picked from commit 17ac3933c3c860e08f7963cf270116a39a063be7)

Co-authored-by: Sam Gross <colesbury@gmail.com>
Modules/_testinternalcapi/test_lock.c