Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 438e02d commit 5469324Copy full SHA for 5469324
1 file changed
Doc/api/concrete.tex
@@ -1896,7 +1896,9 @@ \subsection{Dictionary Objects \label{dictObjects}}
1896
parameters \var{pkey} and \var{pvalue} should either point to
1897
\ctype{PyObject*} variables that will be filled in with each key and
1898
value, respectively, or may be \NULL. Any references returned through
1899
- them are borrowed.
+ 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.
1902
1903
For example:
1904
0 commit comments