mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Closes #18627: merge from 3.3
This commit is contained in:
commit
970a87fc07
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
/*
|
||||
* Given a PyObject* obj, fill in the Py_buffer* viewp with the result
|
||||
* of PyObject_GetBuffer. Sets and exception and issues a return NULL
|
||||
* of PyObject_GetBuffer. Sets an exception and issues a return NULL
|
||||
* on any errors.
|
||||
*/
|
||||
#define GET_BUFFER_VIEW_OR_ERROUT(obj, viewp) do { \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue