]> granicus.if.org Git - python/commit
Fix SF bug #1545837: array.array borks on deepcopy.
authorThomas Wouters <thomas@python.org>
Thu, 24 Aug 2006 18:40:20 +0000 (18:40 +0000)
committerThomas Wouters <thomas@python.org>
Thu, 24 Aug 2006 18:40:20 +0000 (18:40 +0000)
commit9e398cac94cd15385e79d70e3575fd2945e0b76d
tree2e362d842714d0b4cdee0775116bb6ab2180b09d
parent348dc88097412cc229254f20f2759ce4cd192261
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