New issue 3028: Assignment to element of 2D memoryview fails with 
NotImplementedError
https://bitbucket.org/pypy/pypy/issues/3028/assignment-to-element-of-2d-memoryview

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


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to