srean

Results 2 issues of srean

Once you deserialize a serialized `BloomFilter` object the `self.bitarray` length might differ because of added padding. https://github.com/jaybaird/python-bloomfilter/blob/master/pybloom/pybloom.py#L271 Here difference in length due to the trailing bits is ignored. No such...

Once you deserialize a serialized `BloomFilter` object the `self.bitarray` length might differ because of added padding. This is handled in this line https://github.com/joseph-fox/python-bloomfilter/blob/master/pybloom_live/pybloom.py#L216 Here difference in length due to the...

enhancement