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

Require pickle5 (on older Python versions) #72

Merged
merged 1 commit into from
Jul 13, 2020

Conversation

jakirkham
Copy link
Member

For older versions of Python, make sure the pickle5 backport package is available. This way we can still leverage the features of pickle protocol 5 (namely out-of-band buffer serialization) on older Python versions.

https://docs.python.org/3/library/pickle.html#pickle-oob
https://www.python.org/dev/peps/pep-0574/
https://github.com/pitrou/pickle5-backport

For older versions of Python, make sure the `pickle5` backport package
is available. This way we can still leverage the features of pickle
protocol 5 (namely out-of-band buffer serialization) on older Python
versions.

https://docs.python.org/3/library/pickle.html#pickle-oob
https://www.python.org/dev/peps/pep-0574/
https://github.com/pitrou/pickle5-backport
@jakirkham
Copy link
Member Author

cc @kkraus14 @dantegd @hcho3 @quasiben

@mike-wendt mike-wendt merged commit cc8aa3a into rapidsai:branch-0.15 Jul 13, 2020
@jakirkham jakirkham deleted the req_pickle5 branch July 13, 2020 20:50
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

Successfully merging this pull request may close these issues.

2 participants