You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Follow up on: cloudpipe/cloudpickle#253 (comment)
It would be nice to have
cloudpickle
use thepickle5-backport
C-Pickler onPython
<3.8
, for 2 reasons:Python
versions.cloudpickle
faster by usingpickle5
's CPickler instead of the pythonicPickler
on those older versions.@pitrou would you be ok with integrating the recent changes of the
Python3.8
'spickle
intopickle5
?The text was updated successfully, but these errors were encountered: