mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Document the correct return type of PyLong_AsUnsignedLongLongMask.
This commit is contained in:
parent
beb572b50a
commit
653f23cc81
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue