blob: e870abbf87803a9c452af8e6eb11df2b5fb4c856 (
plain)
1
2
3
4
|
Restore ability to set :attr:`~pickle.Pickler.persistent_id` and
:attr:`~pickle.Unpickler.persistent_load` attributes of instances of the
:class:`!Pickler` and :class:`!Unpickler` classes in the :mod:`pickle`
module.
|