[pypy-issue] Issue #3028: Assignment to element of 2D memoryview fails with NotImplementedError (pypy/pypy)

jacklovell at bitbucket.org jacklovell at bitbucket.org
Wed Jun 19 10:58:59 EDT 2019


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




More information about the pypy-issue mailing list