twmht / python-rocksdb

Python bindings for RocksDB
BSD 3-Clause "New" or "Revised" License
274 stars 89 forks source link

Can't build with current Cython #108

Open bensteinberg opened 1 year ago

bensteinberg commented 1 year ago

Our installations in local dev and CI started failing recently, I believe with the release of Cython 3.0.0 a couple of weeks ago: https://pypi.org/project/Cython/#history -- the symptom is a very long list of Cython compile errors. (I can attach an error log if desired.) I did the experiment of forking the repo and pinning Cython below 3, and builds started working again; I'll put in a PR accordingly.