mirror of
https://github.com/python/cpython.git
synced 2024-11-25 19:03:49 +08:00
Emphasize that Unpickler.memo is not necessarily a dict.
This commit is contained in:
parent
9d7665df93
commit
1102062abb
@ -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…
Reference in New Issue
Block a user