cpython icon indicating copy to clipboard operation
cpython copied to clipboard

gh-143424: Fix assertion in _PyMutex_LockTimed

Open colesbury opened this issue 1 week ago • 0 comments

The assertion doesn't necessarily hold for threading.Lock, so allow the lock to be unlocked if _PY_LOCK_PYTHONLOCK is set on the flags.

  • Issue: gh-143424

colesbury avatar Jan 05 '26 19:01 colesbury