This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients amaury.forgeotdarc, ncoghlan, pitrou, teoliphant
Date 2008-12-10.16:16:59
SpamBayes Score 0.00016371987
Marked as misclassified No
Message-id <1228925821.31006.2.camel@localhost>
In-reply-to <1228923223.15.0.534764323008.issue4580@psf.upfronthosting.co.za>
Content
>   * I don't see where array.array getbuf implementation is broken.  It
> looks correct to me.  It sets view.shape to NULL unless the consumer
> asked for the shape information to be reported in which case it sets it
> equal to a pointer to the number of elements in the array.

What I meant by that is that array.array frequently bypasses its own
resize helper and calls PyMem_Resize directly instead. This is the
likely cause of #4583.
History
Date User Action Args
2008-12-10 16:17:00pitrousetrecipients: + pitrou, teoliphant, amaury.forgeotdarc, ncoghlan
2008-12-10 16:16:59pitroulinkissue4580 messages
2008-12-10 16:16:59pitroucreate