Hi,
I don't know whether there is a convention what <pickle_module>.Pickler is but it seems that some projects [1] assume that they can use it.
Unfortunately, Cloudpickle.Pickler is pickle's Pickler. It might be helpful if it points to cloudpickle.CloudPickler.
If the solution is to simply rename Pickle's Pickler to Pickler_ and to have an alias for CloudPickler, I'm happy to create a PR for that.
[1] pytorch/pytorch#38098
Hi,
I don't know whether there is a convention what
<pickle_module>.Pickleris but it seems that some projects [1] assume that they can use it.Unfortunately,
Cloudpickle.Pickleris pickle's Pickler. It might be helpful if it points tocloudpickle.CloudPickler.If the solution is to simply rename Pickle's Pickler to Pickler_ and to have an alias for CloudPickler, I'm happy to create a PR for that.
[1] pytorch/pytorch#38098