Document the correct return type of PyLong_AsUnsignedLongLongMask.

This commit is contained in:
Thomas Heller 2006-07-06 15:06:05 +00:00
parent beb572b50a
commit 653f23cc81
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ booleans. The following macros are available, however.
\versionadded{2.3}
\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
checking for overflow.
\versionadded{2.3}