Ticket #353 (closed defect: fixed)
[kurt-gsoc branch] Add nice string representation to MemoryViewSliceType
| Reported by: | dagss | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | wishlist |
| Component: | Build System | Keywords: | kurtgsoc |
| Cc: |
Description
I get this when indexing a memory view var:
AssertionError: None != "53:22: Attempting to index non-array type '__Pyx_memviewslice'"
Additedly, this error WILL disappear once indexing is implemented, however the stringification of the type should be improved for the benefit of any other error messages (implement __str__ and serialize memoryview stride info).
Change History
Note: See
TracTickets for help on using
tickets.
