rapidfuzz/RapidFuzz

`NameError` with Cython 3.0.0b1

dotlambda opened this issue · 3 comments

With Cython 3.0.0b1 the tests fail with

NameError: name 'MatrixType' is not defined

See the log.

I will have a look into this later this week.

I could reproduce the issue. I performed another test with the current main branch of Cython which works fine. So this appears to be one of the bugs introduced in 3.0.0b1.

The latest release is using cython 3.0.0b2 which fixes these issues.