We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following produces a segfault for me on Ubuntu 23.10 with Python 3.10.13 and roaringbitmap 0.7.2:
roaringbitmap
import random import roaringbitmap random.seed(232992) set_a = roaringbitmap.RoaringBitmap(random.sample(range(235342), k=169308)) set_b = roaringbitmap.RoaringBitmap(random.sample(range(255999), k=255713)) set_a -= set_b
The text was updated successfully, but these errors were encountered:
fix issue #34
7a5af72
No branches or pull requests
The following produces a segfault for me on Ubuntu 23.10 with Python 3.10.13 and
roaringbitmap
0.7.2:The text was updated successfully, but these errors were encountered: