Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5469324

Browse files
committed
Note that \var{ppos} values are not consecutive and should not be altered.
1 parent 438e02d commit 5469324

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Doc/api/concrete.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1896,7 +1896,9 @@ \subsection{Dictionary Objects \label{dictObjects}}
18961896
parameters \var{pkey} and \var{pvalue} should either point to
18971897
\ctype{PyObject*} variables that will be filled in with each key and
18981898
value, respectively, or may be \NULL. Any references returned through
1899-
them are borrowed.
1899+
them are borrowed. \var{ppos} should not be altered during iteration.
1900+
Its value represents offsets within the internal dictionary structure,
1901+
and since the structure is sparse, the offsets are not consecutive.
19001902

19011903
For example:
19021904

0 commit comments

Comments
 (0)