Commit ea3ceaa9 authored by Skip Montanaro's avatar Skip Montanaro

PyDict_Next: update doc to indicate that pkey and pvalue return values are

borrowed references.
parent a23bc42a
......@@ -1779,7 +1779,8 @@ format.
dictionary, and false once all pairs have been reported. The
parameters \var{pkey} and \var{pvalue} should either point to
\ctype{PyObject*} variables that will be filled in with each key and
value, respectively, or may be \NULL.
value, respectively, or may be \NULL. Any references returned through
them are borrowed.
For example:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment