cpython
cpython copied to clipboard
gh-143424: Fix assertion in _PyMutex_LockTimed
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