]> granicus.if.org Git - python/commit
Backport trunk checkin r51565:
authorThomas Wouters <thomas@python.org>
Fri, 29 Dec 2006 14:42:17 +0000 (14:42 +0000)
committerThomas Wouters <thomas@python.org>
Fri, 29 Dec 2006 14:42:17 +0000 (14:42 +0000)
commit04e820443b78edebc986212e74291daba2480a12
tree8f0da3f89ecca48c1764f543f1e4a8bbcd54d140
parente38ecee5c3c6ea0f0eba2dfe49c110279626b5e0
Backport trunk checkin r51565:

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