]> granicus.if.org Git - python/commitdiff
Fix an uncorrect function prototype.
authorThomas Heller <theller@ctypes.org>
Fri, 23 Jul 2004 14:49:52 +0000 (14:49 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 23 Jul 2004 14:49:52 +0000 (14:49 +0000)
Will backport to release23-maint.

BTW: Shouldn't it read PY_LONG_LONG instead of 'long long' ?

Doc/api/concrete.tex

index 023b8f209fcbfaf6b21c1f0f7ec33f761d3d0e60..726634d8de8963a0f85c73c2f4da4be648015f53 100644 (file)
@@ -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.