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.
long.rst
1 parent f188385 commit 67c98adCopy full SHA for 67c98ad
1 file changed
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