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 serhiy.storchaka
Recipients benjamin.peterson, serhiy.storchaka, skrah, vstinner
Date 2015-02-12.11:18:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423739938.53.0.538309545973.issue23446@psf.upfronthosting.co.za>
In-reply-to
Content
> In _testbuffer.c:  ndim <= 64, so the changes aren't really necessary.

Indeed, I'll remove these changes.

> The reason is of course that even an array with only 2 elements per
dimension gets quite large with ndim=64. :)

But an array can be with 1 element per dimension. In any case it is good that there is strict limitation on ndim values.
History
Date User Action Args
2015-02-12 11:18:58serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, benjamin.peterson, skrah
2015-02-12 11:18:58serhiy.storchakasetmessageid: <1423739938.53.0.538309545973.issue23446@psf.upfronthosting.co.za>
2015-02-12 11:18:58serhiy.storchakalinkissue23446 messages
2015-02-12 11:18:58serhiy.storchakacreate