]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport trunk's revision 51565:
authorThomas Wouters <thomas@python.org>
Thu, 24 Aug 2006 18:55:01 +0000 (18:55 +0000)
committerThomas Wouters <thomas@python.org>
Thu, 24 Aug 2006 18:55:01 +0000 (18:55 +0000)
commitba8522ad28a444e89ccfe6d6fe1e57824fc94a96
treec363b34b904d97da8b6f976abbbf14e4fc321000
parent79ba8e53aa19c76bd77345fd4782ad6b3372eaf8
Backport trunk's revision 51565:

Fix SF bug #1545837: array.array borks on deepcopy.
array.__deepcopy__() needs to take an argument, even if it doesn't actually
use it. Will backport to 2.5 and 2.4 (if applicable.)
Lib/test/test_array.py
Misc/ACKS
Modules/arraymodule.c