Cython errors when building
Closed this issue · 1 comments
KOLANICH commented
./python-blosc2/blosc2/blosc2_ext.pyx:179:60: Cannot convert 'void *' to Python object
./python-blosc2/blosc2/blosc2_ext.pyx:179:9: Assignment to const 'BLOSC2_DPARAMS_DEFAULTS'
./python-blosc2/blosc2/blosc2_ext.pyx:179:57: Cannot convert Python object to 'const blosc2_dparams'
Cython 3 from git was used.
martaiborra commented
I tested it with Cython 3.0.0a9, and it builds and passes the tests correctly since 2d491da .