Would be nice to have a [`memoryview.pxd` file in cpython]( https://github.com/cython/cython/tree/master/Cython/Includes/cpython ), which simply exports the [`memoryview` C-API]( https://docs.python.org/3/c-api/memoryview.html ).
Would be nice to have a
memoryview.pxdfile in cpython, which simply exports thememoryviewC-API.