We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af3980 commit c9725f0Copy full SHA for c9725f0
CHANGES
@@ -18,7 +18,14 @@ $ uv add libvcs --prerelease allow
18
19
<!-- Maintainers, insert changes / features for the next release here -->
20
21
-_Upcoming changes will be written here._
+### Internal
22
+
23
+#### _internal: Add file locking module (#501)
24
25
+- Add {class}`~libvcs._internal.file_lock.FileLock` for cross-platform file locking
26
+- Add {func}`~libvcs._internal.file_lock.atomic_init` for race-free initialization
27
+- Support both sync and async usage patterns
28
+- Useful for pytest-xdist compatibility
29
30
### Development
31
0 commit comments