mirror of
https://github.com/python/cpython.git
synced 2026-05-12 07:30:13 -04:00
84bc6a4f25
The itemsize returned in a memoryview of a ctypes array is now computed from the item type, instead of dividing the total size by the length and assuming that the length is not zero.