Message 142191 - Python tracker
Message142191
| Author | skrah |
|---|---|
| Recipients | jcon, mark.dickinson, ncoghlan, petri.lehtinen, pitrou, pv, rupole, skrah, teoliphant, vstinner |
| Date | 2011-08-16.13:25:53 |
| SpamBayes Score | 0.007252639 |
| Marked as misclassified | No |
| Message-id | <1313501154.11.0.528535210943.issue10181@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
70a8ccd53ade fixes conversion of NumPy-style arrays to a suboffset representation. The previous representation did not work for slicing non-contiguous arrays with backward strides. Also, I've added long comments that hopefully explain how slicing with arbitrary strides and suboffsets is supposed to work. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-08-16 13:25:54 | skrah | set | recipients: + skrah, teoliphant, mark.dickinson, ncoghlan, rupole, pitrou, vstinner, pv, jcon, petri.lehtinen |
| 2011-08-16 13:25:54 | skrah | set | messageid: <1313501154.11.0.528535210943.issue10181@psf.upfronthosting.co.za> |
| 2011-08-16 13:25:53 | skrah | link | issue10181 messages |
| 2011-08-16 13:25:53 | skrah | create | |