mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Fix an uncorrect function prototype.
Will backport to release23-maint. BTW: Shouldn't it read PY_LONG_LONG instead of 'long long' ?
This commit is contained in:
parent
5ae638c78e
commit
fe0808382b
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ There is no \cfunction{PyNone_Check()} function for the same reason.
|
|||
\versionadded{2.3}
|
||||
\end{cfuncdesc}
|
||||
|
||||
\begin{cfuncdesc}{unsigned long}{PyInt_AsUnsignedLongLongMask}{PyObject *io}
|
||||
\begin{cfuncdesc}{unsigned long long}{PyInt_AsUnsignedLongLongMask}{PyObject *io}
|
||||
Will first attempt to cast the object to a \ctype{PyIntObject} or
|
||||
\ctype{PyLongObject}, if it is not already one, and then return its
|
||||
value as unsigned long long, without checking for overflow.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue