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 9a87ce8 commit b8c5935Copy full SHA for b8c5935
Doc/c-api/long.rst
@@ -43,7 +43,7 @@ distinguished from a number. Use :c:func:`PyErr_Occurred` to disambiguate.
43
.. impl-detail::
44
45
CPython keeps an array of integer objects for all integers
46
- between ``-5`` and ``256``. When you create an int in that range
+ between ``-5`` and ``1024``. When you create an int in that range
47
you actually just get back a reference to the existing object.
48
49
0 commit comments