Author: Ronan Lamy <ronan.l...@gmail.com>
Branch: py3k
Changeset: r86935:812903497ffc
Date: 2016-09-07 15:11 +0100
http://bitbucket.org/pypy/pypy/changeset/812903497ffc/

Log:    fix translation

diff --git a/pypy/objspace/std/memoryobject.py 
b/pypy/objspace/std/memoryobject.py
--- a/pypy/objspace/std/memoryobject.py
+++ b/pypy/objspace/std/memoryobject.py
@@ -26,7 +26,6 @@
     """Implement the built-in 'memoryview' type as a wrapper around
     an interp-level buffer.
     """
-    _attrs_ = ['buf']
 
     def __init__(self, buf, format=None, itemsize=1, ndim=-1,
                  shape=None, strides=None, suboffsets=None):
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to