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.
PyBUF_WRITEABLE
1 parent e46b808 commit 10d44f7Copy full SHA for 10d44f7
Doc/c-api/buffer.rst
@@ -261,6 +261,10 @@ readonly, format
261
MUST be consistent for all consumers. For example, :c:expr:`PyBUF_SIMPLE | PyBUF_WRITABLE`
262
can be used to request a simple writable buffer.
263
264
+ .. c:macro:: PyBUF_WRITEABLE
265
+
266
+ This is a :term:`soft deprecated` alias to :c:macro:`PyBUF_WRITABLE`.
267
268
.. c:macro:: PyBUF_FORMAT
269
270
Controls the :c:member:`~Py_buffer.format` field. If set, this field MUST
0 commit comments