Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
1fbd36b5
Commit
1fbd36b5
authored
Jun 08, 2010
by
Brian Curtin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix #8946. Extra PyObject* parameter documented which doesn't exist.
parent
5216e6d5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Doc/c-api/buffer.rst
Doc/c-api/buffer.rst
+3
-3
No files found.
Doc/c-api/buffer.rst
View file @
1fbd36b5
...
@@ -249,10 +249,10 @@ Buffer related functions
...
@@ -249,10 +249,10 @@ Buffer related functions
+------------------------------+---------------------------------------------------+
+------------------------------+---------------------------------------------------+
.. cfunction:: void PyBuffer_Release(Py
Object *obj, Py
_buffer *view)
.. cfunction:: void PyBuffer_Release(Py_buffer *view)
Release the buffer *view*
over *obj*. This should be called when the buffer
Release the buffer *view*
. This should be called when the buffer is no
is no
longer being used as it may free memory from it.
longer being used as it may free memory from it.
.. cfunction:: Py_ssize_t PyBuffer_SizeFromFormat(const char *)
.. cfunction:: Py_ssize_t PyBuffer_SizeFromFormat(const char *)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment