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
The text was updated successfully, but these errors were encountered:
nefrob
changed the title
Bug: Reentrant behavior does not work with different lock objects on the same thread
Bug: Reentrant behavior does not work with distinct lock objects on the same thread
Oct 25, 2023
Setup
Actual:
Also it does not appear that releasing the lock removes the lock file (not sure if this is expected):
Expectation:
lock_2
can be acquired since it is locking the same file on the same thread per reentrancy definition in docs:(https://py-filelock.readthedocs.io/en/latest/#tutorial)
The text was updated successfully, but these errors were encountered: