Skip to content

Conversation

@Ezibenroc
Copy link
Owner

Cython version 3.1 introduces a bug (for instance this test failing with the latest commit whereas it passed successfully one month ago).

To reproduce:

from pyroaring import BitMap
bm = BitMap(range(1000))
repr(bm)

Cython version 3.1 introduces a bug. To reproduce:

```
from pyroaring import BitMap
bm = BitMap(range(1000))
repr(bm)
```
@Ezibenroc Ezibenroc merged commit f4e43c1 into master Jun 20, 2025
36 checks passed
@Ezibenroc Ezibenroc deleted the pin_cython branch June 25, 2025 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants