https://github.com/python/cpython
Revision d651dd0007342532c0b49bf18007b03da838c446 authored by Stephan Hoyer on 29 October 2018, 18:30:12 UTC, committed by Miss Islington (bot) on 29 October 2018, 18:30:28 UTC
* Include memo in the documented signature of copy.deepcopy()

The memo argument is mentioned lower on the doc page under writing a
`__deepcopy__` method, but is not included in the documented function signature.
This makes it easy to miss, and can lead to incorrect/buggy implementations of
`__deepcopy__` -- which is exatly what just happpend to me!
(cherry picked from commit 0200928e8df012d408530b06a98119024bc82511)

Co-authored-by: Stephan Hoyer <shoyer@gmail.com>
1 parent a02bc71
History
Tip revision: d651dd0007342532c0b49bf18007b03da838c446 authored by Stephan Hoyer on 29 October 2018, 18:30:12 UTC
Include memo in the documented signature of copy.deepcopy()
Tip revision: d651dd0
File Mode Size
.azure-pipelines
.github
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
m4
.gitattributes -rw-r--r-- 1.5 KB
.gitignore -rw-r--r-- 1.5 KB
.travis.yml -rw-r--r-- 6.0 KB
CODE_OF_CONDUCT.rst -rw-r--r-- 631 bytes
LICENSE -rw-r--r-- 12.5 KB
Makefile.pre.in -rw-r--r-- 61.1 KB
README.rst -rw-r--r-- 9.9 KB
aclocal.m4 -rw-r--r-- 10.7 KB
config.guess -rwxr-xr-x 43.1 KB
config.sub -rwxr-xr-x 35.4 KB
configure -rwxr-xr-x 486.8 KB
configure.ac -rw-r--r-- 162.3 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 42.1 KB
setup.py -rw-r--r-- 99.5 KB

README.rst

back to top