Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe08083

Browse files
author
Thomas Heller
committed
Fix an uncorrect function prototype.
Will backport to release23-maint. BTW: Shouldn't it read PY_LONG_LONG instead of 'long long' ?
1 parent 5ae638c commit fe08083

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/api/concrete.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ \subsection{Plain Integer Objects \label{intObjects}}
179179
\versionadded{2.3}
180180
\end{cfuncdesc}
181181

182-
\begin{cfuncdesc}{unsigned long}{PyInt_AsUnsignedLongLongMask}{PyObject *io}
182+
\begin{cfuncdesc}{unsigned long long}{PyInt_AsUnsignedLongLongMask}{PyObject *io}
183183
Will first attempt to cast the object to a \ctype{PyIntObject} or
184184
\ctype{PyLongObject}, if it is not already one, and then return its
185185
value as unsigned long long, without checking for overflow.

0 commit comments

Comments
 (0)