This website works better with JavaScript
Home
Explore
Help
Sign In
mirrors
/
borg
mirror of
https://github.com/borgbackup/borg
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
syncfilerange: add cython: language_level=3
Thomas Waldmann
4 years ago
parent
109c87a120
commit
8ac86b8cae
1 changed files
with
2 additions
and
0 deletions
Unified View
Show Diff Stats
2
0
src/borg/platform/syncfilerange.pyx
+ 2
- 0
src/borg/platform/syncfilerange.pyx
View File
@@ -1,3 +1,5 @@
+# cython: language_level=3
+
from libc.stdint cimport int64_t
from libc.stdint cimport int64_t