Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee17e37 commit a2ff283Copy full SHA for a2ff283
Doc/c-api/long.rst
@@ -304,7 +304,7 @@ distinguished from a number. Use :c:func:`PyErr_Occurred` to disambiguate.
304
it to a :c:type:`PyLongObject`.
305
306
If the value of *obj* is out of range for an :c:type:`unsigned long long`,
307
- return the reduction of that value modulo ``PY_ULLONG_MAX + 1``.
+ return the reduction of that value modulo ``ULLONG_MAX + 1``.
308
309
Returns ``(unsigned long long)-1`` on error. Use :c:func:`PyErr_Occurred`
310
to disambiguate.
0 commit comments