]> granicus.if.org Git - python/commitdiff
Document the correct return type of PyLong_AsUnsignedLongLongMask.
authorThomas Heller <theller@ctypes.org>
Thu, 6 Jul 2006 15:06:05 +0000 (15:06 +0000)
committerThomas Heller <theller@ctypes.org>
Thu, 6 Jul 2006 15:06:05 +0000 (15:06 +0000)
Doc/api/concrete.tex

index f1fbccbe70ea977884bcdbab9413218cd502c4d5..33d18cd65aa03c1d298eb4e74babef176a18bad3 100644 (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}