[issue38775] Cloudpickle.py file is crashing due to data type incompatibility.

Karthikeyan Singaravelan report at bugs.python.org
Tue Nov 12 06:00:17 EST 2019


Karthikeyan Singaravelan <tir.karthi at gmail.com> added the comment:

Is this on Python 3.8.0 ? There was a similar report in the past with cloudpickle at https://bugs.python.org/issue36886#msg342182 due to PEP 570 with which CodeType.replace was introduced. cloudpickle also added support for this with https://github.com/cloudpipe/cloudpickle/pull/269 and has Python 3.8 in their CI matrix. Can you please add the version of cloudpickle and python version with which this error is caused? I guess it's more of an issue to be fixed with cloudpickle.

----------
nosy: +xtreak

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38775>
_______________________________________


More information about the Python-bugs-list mailing list