commit | e503cf9b0e74ec76fce8c021f0c73aa75c4cb6f4 | [log] [tgz] |
---|---|---|
author | Alexandre Vassalotti <alexandre@peadrop.com> | Sun Jul 05 06:25:14 2009 +0000 |
committer | Alexandre Vassalotti <alexandre@peadrop.com> | Sun Jul 05 06:25:14 2009 +0000 |
tree | 99bacfeac2156d4190fb1d4110af554ed19017b6 | |
parent | b78637a5bc8fcb1787d9a7e452fa9926eec538b4 [diff] |
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