mirror of
https://github.com/python/cpython.git
synced 2024-11-30 18:51:15 +01:00
223d3dc554
pickle.Pickler.persistent_id and pickle.Unpickler.persistent_load can again be overridden as instance attributes.
5 lines
217 B
ReStructuredText
5 lines
217 B
ReStructuredText
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.
|