[Python-checkins] r73852 - in python/branches/py3k: Lib/test/test_array.py Modules/arraymodule.c

Nick Coghlan ncoghlan at gmail.com
Sun Jul 5 08:26:54 CEST 2009


alexandre.vassalotti wrote:
> Author: alexandre.vassalotti
> Date: Sun Jul  5 08:25:14 2009
> New Revision: 73852
> 
> Log:
> 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

Perhaps the test updates should still be backported to 2.x to make sure
an equivalent bug is never introduced there?

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia
---------------------------------------------------------------


More information about the Python-checkins mailing list