Thanks to visit codestin.com Credit goes to github.com
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 7beae8a commit d53dfa3Copy full SHA for d53dfa3
1 file changed
Doc/c-api/arg.rst
@@ -30,9 +30,10 @@ variable(s) whose address should be passed.
30
Strings and buffers
31
-------------------
32
33
-These formats do not expect you to provide raw storage for the returned string
34
-or bytes. Also, you won't have to release any memory yourself, except with
35
-the ``es``, ``es#``, ``et`` and ``et#`` formats.
+These formats allow to access an object as a contiguous chunk of memory.
+You don't have to provide raw storage for the returned unicode or bytes
+area. Also, you won't have to release any memory yourself, except with the
36
+``es``, ``es#``, ``et`` and ``et#`` formats.
37
38
However, when a :c:type:`Py_buffer` structure gets filled, the underlying
39
buffer is locked so that the caller can subsequently use the buffer even
0 commit comments