mirror of
https://github.com/borgbackup/borg.git
synced 2026-02-24 10:21:05 -05:00
in master branch, it was possible to do this via setup.py's cythonize() calls, but we do not have them in 1.1. thus, i modified the source files, setting the language level to 3, which is supported since long in Cython (3str is only supported since recently so might fail with older Cython versions). Before this changeset, current Cython 0.29.x emitted a FutureWarning, but still compiled. The next major release of Cython is said to emit an error instead, so this changeset hopefully avoids the build breaking after a Cython upgrade. |
||
|---|---|---|
| .. | ||
| blake2/ref | ||
| lz4/lib | ||
| xxh64 | ||
| zstd/lib | ||
| __init__.py | ||
| blake2-libselect.h | ||
| checksums.pyx | ||
| crc32_clmul.c | ||
| crc32_dispatch.c | ||
| crc32_slice_by_8.c | ||
| lz4-libselect.h | ||
| zstd-libselect.h | ||