mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
parent
eb51faadbe
commit
0ab67dfb7c
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ copy operations:
|
|||
reference to themselves) may cause a recursive loop.
|
||||
|
||||
* Because deep copy copies *everything* it may copy too much, e.g.,
|
||||
administrative data structures that should be shared even between copies.
|
||||
even administrative data structures that should be shared even between copies.
|
||||
|
||||
The :func:`deepcopy` function avoids these problems by:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue