]> granicus.if.org Git - python/commit
Fix array.extend and array.__iadd__ to handle the case where an array
authorAlexandre Vassalotti <alexandre@peadrop.com>
Sun, 5 Jul 2009 06:25:14 +0000 (06:25 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Sun, 5 Jul 2009 06:25:14 +0000 (06:25 +0000)
commite503cf9b0e74ec76fce8c021f0c73aa75c4cb6f4
tree99bacfeac2156d4190fb1d4110af554ed19017b6
parentb78637a5bc8fcb1787d9a7e452fa9926eec538b4
Fix array.extend and array.__iadd__ to handle the case where an array
is extended with itself.

This bug is specific the py3k version of arraymodule.c
Lib/test/test_array.py
Modules/arraymodule.c