Add version annotation for PySequence_ITEM().
This commit is contained in:
parent
bf9cb3ff1a
commit
86228e4ca2
|
@ -770,6 +770,7 @@ determination.
|
|||
Macro form of \cfunction{PySequence_GetItem()} but without checking
|
||||
that \cfunction{PySequence_Check(\var{o})} is true and without
|
||||
adjustment for negative indices.
|
||||
\versionadded{2.3}
|
||||
\end{cfuncdesc}
|
||||
|
||||
\begin{cfuncdesc}{int}{PySequence_Fast_GET_SIZE}{PyObject *o}
|
||||
|
|
Loading…
Reference in New Issue