You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add explicit documentation that PyMutex is not re-entrant (recursive):
- Add note to PyMutex type explaining it will deadlock on re-entry
- Add warning to PyMutex_Lock about deadlock if already held
- Clarify PyMutex_Unlock must be called by the locking thread
Fixes#146536
0 commit comments