Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-08 | tests: Replace umodule with module everywhere. | Jim Mussared | |
This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com> | |||
2019-12-13 | tests/basics/memoryview_itemsize: Make portable to 32- and 64-bit archs. | Damien George | |
2019-10-22 | tests: Rename "array" module to "uarray". | Damien George | |
2019-05-14 | tests/basics: Add coverage tests for memoryview attributes. | Damien George | |
2019-05-14 | py/objarray: Add support for memoryview.itemsize attribute. | stijn | |
This allows figuring out the number of bytes in the memoryview object as len(memview) * memview.itemsize. The feature is enabled via MICROPY_PY_BUILTINS_MEMORYVIEW_ITEMSIZE and is disabled by default. |