hiway / python-bloom-filter

Bloom filter for Python
https://pypi.org/project/bloom-filter/
81 stars 27 forks source link

future division for py27 compatibility #2

Closed nlaurance closed 6 years ago

nlaurance commented 6 years ago

fixes an issue with python 2.7 where for assumed high error rate, we would get zero hash

hiway commented 6 years ago

@nlaurance Thank you for the fix! Merging it in.