tahoe-lafs / zfec

zfec -- an efficient, portable erasure coding tool
Other
373 stars 44 forks source link

Update supported versions: add newer CPython and PyPy, drop 3.7 #112

Open itamarst opened 1 week ago

itamarst commented 1 week ago

Fixes #111 Fixes #67

Note to reviewer: Reviewing the C code and CPython API usage (PyBuffer_Release etc) for correctness is extremely important, so we don't have memory unsafety issues.