lgautier/mashing-pumpkins

Error pickling XXHash hashing function

lgautier opened this issue · 1 comments

>>> import mashingpumpkins._xxhash
>>> x = pickle.dumps(mashingpumpkins._xxhash.hasharray)
PicklingError: Can't pickle <built-in function hasharray>: import of module '_xxhash3' failed

Fixed with 8d83ce3