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 skrah
Recipients benjamin.peterson, serhiy.storchaka, skrah, vstinner
Date 2015-02-11.21:25:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423689920.2.0.557178783887.issue23446@psf.upfronthosting.co.za>
In-reply-to
Content
In _testbuffer.c:  ndim <= 64, so the changes aren't really necessary.
Somehow this fact needs to get widely known, since it does not make
sense to check for overflow anytime ndim is used.

The reason is of course that even an array with only 2 elements per
dimension gets quite large with ndim=64. :)
History
Date User Action Args
2015-02-11 21:25:20skrahsetrecipients: + skrah, vstinner, benjamin.peterson, serhiy.storchaka
2015-02-11 21:25:20skrahsetmessageid: <1423689920.2.0.557178783887.issue23446@psf.upfronthosting.co.za>
2015-02-11 21:25:20skrahlinkissue23446 messages
2015-02-11 21:25:20skrahcreate