Create a memoryview object using *mem* as the underlying buffer.
*flags* can be one of :c:macro:`PyBUF_READ` or :c:macro:`PyBUF_WRITE`.
+ .. versionadded:: 3.3
+
.. c:function:: PyObject *PyMemoryView_FromBuffer(Py_buffer *view)
Create a memoryview object wrapping the given buffer structure *view*.
Changes to Python's build process and to the C API include:
+* New :pep:`3118` related function:
+
+ * :c:func:`PyMemoryView_FromMemory`
+
* The :pep:`393` added new Unicode types, macros and functions:
* High-level API: