cloudpipe / cloudpickle

Extended pickling support for Python objects
Other
1.64k stars 167 forks source link

support pypy 3.8 #454

Closed dand-oss closed 2 years ago

dand-oss commented 2 years ago

pypy 3.8 is released for download.

pypy does not supply _pickle c extension

https://github.com/cloudpipe/cloudpickle/issues/455

pypy 3.8 should continue to import the pure python version of pickle. pypy 3.7 worked because of the test to import pure python pickle if python version less than 3.7.

Check for pypy platform explicitly as fix.

ogrisel commented 2 years ago

Closing in favor of #461.