Author: Ronan Lamy <ronan.l...@gmail.com> Branch: py3.5 Changeset: r91673:e8077e1b4dd0 Date: 2017-07-03 22:32 +0100 http://bitbucket.org/pypy/pypy/changeset/e8077e1b4dd0/
Log: hg merge default diff --git a/pypy/module/cpyext/parse/cpyext_memoryobject.h b/pypy/module/cpyext/parse/cpyext_memoryobject.h new file mode 100644 --- /dev/null +++ b/pypy/module/cpyext/parse/cpyext_memoryobject.h @@ -0,0 +1,7 @@ +/* The struct is declared here but it shouldn't + be considered public. Don't access those fields directly, + use the functions instead! */ +typedef struct { + PyObject_HEAD + Py_buffer view; +} PyMemoryViewObject; _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit