Closed tacaswell closed 1 month ago
I'm not sure if this is a cython regression or an intended change that cytoolz will have to deal with.
Thanks for the report! I'll look into a fix (since Cython 3.0 is immenent).
Perhaps we should add a CI scheduled job to run against upstream Cython.
We now have a CI build that uses cython 3. I'm going to close this issue as resolved but feel free to re-open if this is still an issue.
With the current (3.0.0b3-16-g03c498d31) cython default branch compliin fails with:
The following patch "fixes the build"
but leaves functools broken:
(a bunch of versions of that).