diff options
author | Thomas Heller <theller@ctypes.org> | 2006-07-06 15:06:05 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2006-07-06 15:06:05 (GMT) |
commit | 653f23cc81adc6db1ce1aed8a9c97f90d9b2ef22 (patch) | |
tree | ae49a01eb28441d60ca0364375724a40dac57466 /Doc/api | |
parent | beb572b50ae7fc0ab95be8b91eab877bc630e874 (diff) | |
download | cpython-653f23cc81adc6db1ce1aed8a9c97f90d9b2ef22.zip cpython-653f23cc81adc6db1ce1aed8a9c97f90d9b2ef22.tar.gz cpython-653f23cc81adc6db1ce1aed8a9c97f90d9b2ef22.tar.bz2 |
Document the correct return type of PyLong_AsUnsignedLongLongMask.
Diffstat (limited to 'Doc/api')
-rw-r--r-- | Doc/api/concrete.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/api/concrete.tex b/Doc/api/concrete.tex index f1fbccb..33d18cd 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} |