issue #477: Python3 does not have Pickler.dispatch.

issue510
David Wilson 7 years ago
parent 7ecd5d8ba3
commit 4c1ddf6fc1

@ -582,6 +582,7 @@ class Py24Pickler(py_pickle.Pickler):
else:
py_pickle.Pickler.save_inst(self, obj)
if PY24:
dispatch = py_pickle.Pickler.dispatch.copy()
dispatch[py_pickle.InstanceType] = save_exc_inst

Loading…
Cancel
Save