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
This can be useful for interactive debugging or not-so-paranoid asserts/logging when a file lock is supposed to be in effect.
Since this isn't provided directly by Python, it would need to be done using ctypes/C/Cython and interact with platform-specific APIs. In order to implement this enhancement we would need to either:
Use another library (but currently this library does not have any dependencies)
Implement the required functionality in this library (may impact portability, but it could degrade gracefully)
The text was updated successfully, but these errors were encountered:
This can be useful for interactive debugging or not-so-paranoid asserts/logging when a file lock is supposed to be in effect.
Since this isn't provided directly by Python, it would need to be done using ctypes/C/Cython and interact with platform-specific APIs. In order to implement this enhancement we would need to either:
The text was updated successfully, but these errors were encountered: