Message235770
| 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:20 | skrah | set | recipients: + skrah, vstinner, benjamin.peterson, serhiy.storchaka |
| 2015-02-11 21:25:20 | skrah | set | messageid: <1423689920.2.0.557178783887.issue23446@psf.upfronthosting.co.za> |
| 2015-02-11 21:25:20 | skrah | link | issue23446 messages |
| 2015-02-11 21:25:20 | skrah | create | |