]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
copy.py fixed to first lookup __copy__ from the instance being copied,
authorAnthony Baxter <anthonybaxter@gmail.com>
Tue, 25 Jan 2005 12:52:18 +0000 (12:52 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Tue, 25 Jan 2005 12:52:18 +0000 (12:52 +0000)
commitc859084f7158e0534223b182c0cc99d2faac8a22
tree98c6ba8e147ac8fbe5739821d6930b5032739a09
parentdd6ab86d124abf4550ae252a122e413187306e96
copy.py fixed to first lookup __copy__ from the instance being copied,
rather than only looking at the type - this was broken in 2.3.
Lib/copy.py
Lib/test/test_copy.py
Modules/_testcapimodule.c