We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 056efee commit 9ee8eb5Copy full SHA for 9ee8eb5
Include/cpython/memoryobject.h
@@ -24,7 +24,7 @@ typedef struct {
24
#define _Py_MEMORYVIEW_FORTRAN 0x004 /* Fortran contiguous layout */
25
#define _Py_MEMORYVIEW_SCALAR 0x008 /* scalar: ndim = 0 */
26
#define _Py_MEMORYVIEW_PIL 0x010 /* PIL-style layout */
27
-#define _Py_MEMORYVIEW_RESTRICTED 0x020 /* Disallow additional references */
+#define _Py_MEMORYVIEW_RESTRICTED 0x020 /* Disallow new references to the memoryview's buffer */
28
29
typedef struct {
30
PyObject_VAR_HEAD
0 commit comments