Issue #21778: Clarify use of flags if PyBuffer_FillInfo() is used inside a

getbufferproc().
This commit is contained in:
Stefan Krah 2014-06-30 00:15:45 +02:00
parent ad324f6bcc
commit bb458dbe59

View file

@ -489,8 +489,8 @@ Buffer-related functions
:c:member:`view->obj` to *NULL* and return -1;
If this function is used as part of a :ref:`getbufferproc <buffer-structs>`,
*exporter* MUST be set to the exporting object. Otherwise, *exporter* MUST
be NULL.
*exporter* MUST be set to the exporting object and *flags* must be passed
unmodified. Otherwise, *exporter* MUST be NULL.