Kaydet (Commit) 86228e4c authored tarafından Fred Drake's avatar Fred Drake

Add version annotation for PySequence_ITEM().

üst bf9cb3ff
...@@ -770,6 +770,7 @@ determination. ...@@ -770,6 +770,7 @@ determination.
Macro form of \cfunction{PySequence_GetItem()} but without checking Macro form of \cfunction{PySequence_GetItem()} but without checking
that \cfunction{PySequence_Check(\var{o})} is true and without that \cfunction{PySequence_Check(\var{o})} is true and without
adjustment for negative indices. adjustment for negative indices.
\versionadded{2.3}
\end{cfuncdesc} \end{cfuncdesc}
\begin{cfuncdesc}{int}{PySequence_Fast_GET_SIZE}{PyObject *o} \begin{cfuncdesc}{int}{PySequence_Fast_GET_SIZE}{PyObject *o}
......
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