SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 153 Python

gh-118433: Temporarily skip `test_interrupt_main_subthread` in free-threaded builds (#118485)

Free-threaded builds can intermittently tickle a longstanding bug (24 years!)
in the implementation of `threading.Condition`, leading to flakiness in the
test suite. Fixing the underlying issue will require more discussion, and will
likely apply to most of the concurrency primitives in the `threading` module
that are written in Python. See gh-118433 for more details.
M
mpage committed
8a50544a998764b8a315b316ceadaebdc748d8fe
Parent: 6763bfc
Committed by GitHub <noreply@github.com> on 5/1/2024, 8:59:12 PM