mirror of https://github.com/python/cpython
Document the correct return type of PyLong_AsUnsignedLongLongMask.
This commit is contained in:
parent
beb572b50a
commit
653f23cc81
|
@ -376,7 +376,7 @@ booleans. The following macros are available, however.
|
||||||
\versionadded{2.3}
|
\versionadded{2.3}
|
||||||
\end{cfuncdesc}
|
\end{cfuncdesc}
|
||||||
|
|
||||||
\begin{cfuncdesc}{unsigned long}{PyLong_AsUnsignedLongLongMask}{PyObject *io}
|
\begin{cfuncdesc}{unsigned PY_LONG_LONG}{PyLong_AsUnsignedLongLongMask}{PyObject *io}
|
||||||
Return a C \ctype{unsigned long long} from a Python long integer, without
|
Return a C \ctype{unsigned long long} from a Python long integer, without
|
||||||
checking for overflow.
|
checking for overflow.
|
||||||
\versionadded{2.3}
|
\versionadded{2.3}
|
||||||
|
|
Loading…
Reference in New Issue