mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Emphasize that Unpickler.memo is not necessarily a dict.
This commit is contained in:
parent
9d7665df93
commit
1102062abb
1 changed files with 3 additions and 2 deletions
|
@ -334,8 +334,9 @@ The :mod:`pickle` module exports two classes, :class:`Pickler` and
|
|||
|
||||
.. attribute:: memo
|
||||
|
||||
Dictionary holding previously unpickled objects to allow shared or
|
||||
recursive objects to unpickled by reference as opposed to by value.
|
||||
Dictionary-like object holding previously unpickled objects to allow
|
||||
shared or recursive objects to unpickled by reference as opposed to
|
||||
by value.
|
||||
|
||||
|
||||
.. _pickle-picklable:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue