mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Fix SF # 518775, buffer object API description truncated
This commit is contained in:
parent
26a1eefd0f
commit
1aca2d0cb3
1 changed files with 2 additions and 1 deletions
|
@ -1502,7 +1502,8 @@ to be able to test for its presence before using it.}
|
|||
|
||||
\begin{ctypedesc}[getcharbufferproc]{int (*getcharbufferproc)
|
||||
(PyObject *self, int segment, const char **ptrptr)}
|
||||
[Guido: the description is missing!]
|
||||
Return the size of the memory buffer in ptrptr at the segment index.
|
||||
\code{\var{ptrptr}} is set to the memory buffer.
|
||||
\end{ctypedesc}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue