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

Increase extensibility of pickle5's C-Pickler #8

Closed
pierreglaser opened this issue Jul 25, 2019 · 2 comments · Fixed by #11
Closed

Increase extensibility of pickle5's C-Pickler #8

pierreglaser opened this issue Jul 25, 2019 · 2 comments · Fixed by #11

Comments

@pierreglaser
Copy link

Follow up on: cloudpipe/cloudpickle#253 (comment)
It would be nice to have cloudpickle use the pickle5-backport C-Pickler on Python < 3.8, for 2 reasons:

  • use protocol 5 on older Python versions.
  • make cloudpickle faster by using pickle5's CPickler instead of the pythonic Pickler on those older versions.

@pitrou would you be ok with integrating the recent changes of the Python3.8's pickle into pickle5?

@pitrou
Copy link
Owner

pitrou commented Nov 2, 2019

@pierreglaser @suquark @pcmoritz I've just released version 0.0.9 on PyPI, FYI.

@pierreglaser
Copy link
Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants