Skip to content
New issue

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

Error pickling XXHash hashing function #7

Closed
lgautier opened this issue Jan 18, 2017 · 1 comment
Closed

Error pickling XXHash hashing function #7

lgautier opened this issue Jan 18, 2017 · 1 comment
Milestone

Comments

@lgautier
Copy link
Owner

>>> import mashingpumpkins._xxhash
>>> x = pickle.dumps(mashingpumpkins._xxhash.hasharray)
PicklingError: Can't pickle <built-in function hasharray>: import of module '_xxhash3' failed
@lgautier lgautier added this to the Release 0.1 milestone Jan 18, 2017
@lgautier
Copy link
Owner Author

Fixed with 8d83ce3

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

No branches or pull requests

1 participant