Assignment to element of 2D memoryview fails with NotImplementedError
Created originally on Bitbucket by jacklovell (Jack Lovell)
When trying to assign to a single element in a 2D memoryview as in the attached example, PyPy raises a NotImplementedError. CPython runs the example correctly. Reading the element works correctly in both CPython and PyPy.
Using PyPy 7.1.1-beta0
Attachments: mv.py