Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide capability to check lock status #35

Open
chrahunt opened this issue Apr 21, 2019 · 0 comments
Open

Provide capability to check lock status #35

chrahunt opened this issue Apr 21, 2019 · 0 comments

Comments

@chrahunt
Copy link

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:

  1. Use another library (but currently this library does not have any dependencies)
  2. Implement the required functionality in this library (may impact portability, but it could degrade gracefully)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant