From 653f23cc81adc6db1ce1aed8a9c97f90d9b2ef22 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Thu, 6 Jul 2006 15:06:05 +0000 Subject: [PATCH] Document the correct return type of PyLong_AsUnsignedLongLongMask. --- Doc/api/concrete.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/api/concrete.tex b/Doc/api/concrete.tex index f1fbccbe70e..33d18cd65aa 100644 --- a/Doc/api/concrete.tex +++ b/Doc/api/concrete.tex @@ -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}