]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135641: Fix flaky `test_capi.test_lock_two_threads` test case (gh-135642)
authorSam Gross <colesbury@gmail.com>
Wed, 18 Jun 2025 18:24:05 +0000 (14:24 -0400)
committerGitHub <noreply@github.com>
Wed, 18 Jun 2025 18:24:05 +0000 (14:24 -0400)
commit17ac3933c3c860e08f7963cf270116a39a063be7
tree0b6304890681ffa6ca09c63557aacdc42fba165c
parent46c60e0d0b716e8e6f0b74a0f9d0542605b1efd4
gh-135641: Fix flaky `test_capi.test_lock_two_threads` test case (gh-135642)

The mutex may have the `_Py_HAS_PARKED` bit set.
Modules/_testinternalcapi/test_lock.c