Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants