Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX do not override Pickler's dispatch_table (#203)
If a Pickler instance already has methods in its dispatch table, do not override them. This bug showed up in cloudpipe/cloudpickle#253, where the Cloudpickler instances derives from the C Pickler, and most custom saving methods are inside dispatch_table, not dispatch.
- Loading branch information