René's URL Explorer Experiment


Title: Integer Objects — Python 3.15.0a5 documentation

Open Graph Title: Integer Objects

Description: All integers are implemented as “long” integer objects of arbitrary size. On error, most PyLong_As* APIs return(return type)-1 which cannot be distinguished from a number. Use PyErr_Occurred() to d...

Open Graph Description: All integers are implemented as “long” integer objects of arbitrary size. On error, most PyLong_As* APIs return(return type)-1 which cannot be distinguished from a number. Use PyErr_Occurred() to d...

Opengraph URL: https://docs.python.org/3/c-api/long.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.15/_images/social_previews/summary_c-api_long_cb6c61b7.png
og:image:altAll integers are implemented as “long” integer objects of arbitrary size. On error, most PyLong_As* APIs return(return type)-1 which cannot be distinguished from a number. Use PyErr_Occurred() to d...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/dev/contents.html
Integer Objectshttps://docs.python.org/dev/c-api/long.html
Export APIhttps://docs.python.org/dev/c-api/long.html#export-api
PyLongWriter APIhttps://docs.python.org/dev/c-api/long.html#pylongwriter-api
Deprecated APIhttps://docs.python.org/dev/c-api/long.html#deprecated-api
The None Objecthttps://docs.python.org/dev/c-api/none.html
Boolean Objectshttps://docs.python.org/dev/c-api/bool.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/long.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/c-api/bool.html
previoushttps://docs.python.org/dev/c-api/none.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
Python/C API Reference Manualhttps://docs.python.org/dev/c-api/index.html
Concrete Objects Layerhttps://docs.python.org/dev/c-api/concrete.html
Integer Objectshttps://docs.python.org/dev/c-api/long.html
https://docs.python.org/dev/c-api/long.html#integer-objects
PyErr_Occurred()https://docs.python.org/dev/c-api/exceptions.html#c.PyErr_Occurred
https://docs.python.org/dev/c-api/long.html#c.PyLongObject
Limited APIhttps://docs.python.org/dev/c-api/stable.html#stable
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_Type
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
inthttps://docs.python.org/dev/library/functions.html#int
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_Check
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_CheckExact
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_FromLong
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_FromUnsignedLong
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
Py_ssize_thttps://docs.python.org/dev/c-api/intro.html#c.Py_ssize_t
https://docs.python.org/dev/c-api/long.html#c.PyLong_FromSsize_t
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
Py_ssize_thttps://docs.python.org/dev/c-api/intro.html#c.Py_ssize_t
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_FromSize_t
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_FromLongLong
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_FromInt32
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_FromInt64
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_FromUnsignedLongLong
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_FromUInt32
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_FromUInt64
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_FromDouble
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_FromString
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
Integer literalshttps://docs.python.org/dev/reference/lexical_analysis.html#integers
ValueErrorhttps://docs.python.org/dev/library/exceptions.html#ValueError
ValueErrorhttps://docs.python.org/dev/library/exceptions.html#ValueError
PyLong_AsNativeBytes()https://docs.python.org/dev/c-api/long.html#c.PyLong_AsNativeBytes
PyLong_FromNativeBytes()https://docs.python.org/dev/c-api/long.html#c.PyLong_FromNativeBytes
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_FromUnicodeObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_FromVoidPtr
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyLong_AsVoidPtr()https://docs.python.org/dev/c-api/long.html#c.PyLong_AsVoidPtr
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_FromNativeBytes
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyLong_AsNativeBytes()https://docs.python.org/dev/c-api/long.html#c.PyLong_AsNativeBytes
PyLong_FromUnsignedNativeBytes()https://docs.python.org/dev/c-api/long.html#c.PyLong_FromUnsignedNativeBytes
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_FromUnsignedNativeBytes
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyLong_AsNativeBytes()https://docs.python.org/dev/c-api/long.html#c.PyLong_AsNativeBytes
https://docs.python.org/dev/c-api/long.html#c.PyLong_FromPid
PyLong_FromLong()https://docs.python.org/dev/c-api/long.html#c.PyLong_FromLong
PyLong_FromLongLong()https://docs.python.org/dev/c-api/long.html#c.PyLong_FromLongLong
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_AsLong
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
__index__()https://docs.python.org/dev/reference/datamodel.html#object.__index__
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
OverflowErrorhttps://docs.python.org/dev/library/exceptions.html#OverflowError
PyErr_Occurred()https://docs.python.org/dev/c-api/exceptions.html#c.PyErr_Occurred
__index__()https://docs.python.org/dev/reference/datamodel.html#object.__index__
__int__()https://docs.python.org/dev/reference/datamodel.html#object.__int__
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_AS_LONG
soft deprecatedhttps://docs.python.org/dev/glossary.html#term-soft-deprecated
OverflowErrorhttps://docs.python.org/dev/library/exceptions.html#OverflowError
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_AsInt
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyLong_AsLong()https://docs.python.org/dev/c-api/long.html#c.PyLong_AsLong
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_AsLongAndOverflow
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
__index__()https://docs.python.org/dev/reference/datamodel.html#object.__index__
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
PyErr_Occurred()https://docs.python.org/dev/c-api/exceptions.html#c.PyErr_Occurred
__index__()https://docs.python.org/dev/reference/datamodel.html#object.__index__
__int__()https://docs.python.org/dev/reference/datamodel.html#object.__int__
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_AsLongLong
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
__index__()https://docs.python.org/dev/reference/datamodel.html#object.__index__
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
OverflowErrorhttps://docs.python.org/dev/library/exceptions.html#OverflowError
PyErr_Occurred()https://docs.python.org/dev/c-api/exceptions.html#c.PyErr_Occurred
__index__()https://docs.python.org/dev/reference/datamodel.html#object.__index__
__int__()https://docs.python.org/dev/reference/datamodel.html#object.__int__
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_AsLongLongAndOverflow
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
__index__()https://docs.python.org/dev/reference/datamodel.html#object.__index__
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
PyErr_Occurred()https://docs.python.org/dev/c-api/exceptions.html#c.PyErr_Occurred
__index__()https://docs.python.org/dev/reference/datamodel.html#object.__index__
__int__()https://docs.python.org/dev/reference/datamodel.html#object.__int__
Py_ssize_thttps://docs.python.org/dev/c-api/intro.html#c.Py_ssize_t
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_AsSsize_t
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
Py_ssize_thttps://docs.python.org/dev/c-api/intro.html#c.Py_ssize_t
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
OverflowErrorhttps://docs.python.org/dev/library/exceptions.html#OverflowError
Py_ssize_thttps://docs.python.org/dev/c-api/intro.html#c.Py_ssize_t
PyErr_Occurred()https://docs.python.org/dev/c-api/exceptions.html#c.PyErr_Occurred
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_AsUnsignedLong
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
OverflowErrorhttps://docs.python.org/dev/library/exceptions.html#OverflowError
PyErr_Occurred()https://docs.python.org/dev/c-api/exceptions.html#c.PyErr_Occurred
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_AsSize_t
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
OverflowErrorhttps://docs.python.org/dev/library/exceptions.html#OverflowError
PyErr_Occurred()https://docs.python.org/dev/c-api/exceptions.html#c.PyErr_Occurred
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_AsUnsignedLongLong
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
OverflowErrorhttps://docs.python.org/dev/library/exceptions.html#OverflowError
PyErr_Occurred()https://docs.python.org/dev/c-api/exceptions.html#c.PyErr_Occurred
OverflowErrorhttps://docs.python.org/dev/library/exceptions.html#OverflowError
TypeErrorhttps://docs.python.org/dev/library/exceptions.html#TypeError
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_AsUnsignedLongMask
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
__index__()https://docs.python.org/dev/reference/datamodel.html#object.__index__
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
PyErr_Occurred()https://docs.python.org/dev/c-api/exceptions.html#c.PyErr_Occurred
__index__()https://docs.python.org/dev/reference/datamodel.html#object.__index__
__int__()https://docs.python.org/dev/reference/datamodel.html#object.__int__
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_AsUnsignedLongLongMask
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
__index__()https://docs.python.org/dev/reference/datamodel.html#object.__index__
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
PyErr_Occurred()https://docs.python.org/dev/c-api/exceptions.html#c.PyErr_Occurred
__index__()https://docs.python.org/dev/reference/datamodel.html#object.__index__
__int__()https://docs.python.org/dev/reference/datamodel.html#object.__int__
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_AsInt32
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_AsInt64
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
__index__()https://docs.python.org/dev/reference/datamodel.html#object.__index__
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
OverflowErrorhttps://docs.python.org/dev/library/exceptions.html#OverflowError
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_AsUInt32
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_AsUInt64
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
__index__()https://docs.python.org/dev/reference/datamodel.html#object.__index__
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
ValueErrorhttps://docs.python.org/dev/library/exceptions.html#ValueError
OverflowErrorhttps://docs.python.org/dev/library/exceptions.html#OverflowError
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_AsDouble
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
OverflowErrorhttps://docs.python.org/dev/library/exceptions.html#OverflowError
PyErr_Occurred()https://docs.python.org/dev/c-api/exceptions.html#c.PyErr_Occurred
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_AsVoidPtr
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
OverflowErrorhttps://docs.python.org/dev/library/exceptions.html#OverflowError
PyLong_FromVoidPtr()https://docs.python.org/dev/c-api/long.html#c.PyLong_FromVoidPtr
PyErr_Occurred()https://docs.python.org/dev/c-api/exceptions.html#c.PyErr_Occurred
Py_ssize_thttps://docs.python.org/dev/c-api/intro.html#c.Py_ssize_t
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
Py_ssize_thttps://docs.python.org/dev/c-api/intro.html#c.Py_ssize_t
https://docs.python.org/dev/c-api/long.html#c.PyLong_AsNativeBytes
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
https://docs.python.org/dev/c-api/long.html#c.Py_ASNATIVEBYTES_DEFAULTS
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
https://docs.python.org/dev/c-api/long.html#c.Py_ASNATIVEBYTES_BIG_ENDIAN
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
https://docs.python.org/dev/c-api/long.html#c.Py_ASNATIVEBYTES_LITTLE_ENDIAN
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
https://docs.python.org/dev/c-api/long.html#c.Py_ASNATIVEBYTES_NATIVE_ENDIAN
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
https://docs.python.org/dev/c-api/long.html#c.Py_ASNATIVEBYTES_UNSIGNED_BUFFER
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
https://docs.python.org/dev/c-api/long.html#c.Py_ASNATIVEBYTES_REJECT_NEGATIVE
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
https://docs.python.org/dev/c-api/long.html#c.Py_ASNATIVEBYTES_ALLOW_INDEX
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
__index__()https://docs.python.org/dev/reference/datamodel.html#object.__index__
TypeErrorhttps://docs.python.org/dev/library/exceptions.html#TypeError
https://docs.python.org/dev/c-api/long.html#c.PyLong_AsPid
PyLong_AsLong()https://docs.python.org/dev/c-api/long.html#c.PyLong_AsLong
PyLong_FromLongLong()https://docs.python.org/dev/c-api/long.html#c.PyLong_FromLongLong
PyLong_AsInt()https://docs.python.org/dev/c-api/long.html#c.PyLong_AsInt
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_GetSign
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_IsPositive
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_IsNegative
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_IsZero
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/long.html#c.PyLong_GetInfo
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
named tuplehttps://docs.python.org/dev/glossary.html#term-named-tuple
sys.int_infohttps://docs.python.org/dev/library/sys.html#sys.int_info
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
https://docs.python.org/dev/c-api/long.html#c.PyUnstable_Long_IsCompact
Unstable APIhttps://docs.python.org/dev/c-api/stable.html#unstable-c-api
PyUnstable_Long_CompactValue()https://docs.python.org/dev/c-api/long.html#c.PyUnstable_Long_CompactValue
PyLong_As*https://docs.python.org/dev/c-api/long.html#c.PyLong_AsSize_t
PyLong_AsNativeBytes()https://docs.python.org/dev/c-api/long.html#c.PyLong_AsNativeBytes
Py_ssize_thttps://docs.python.org/dev/c-api/intro.html#c.Py_ssize_t
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
https://docs.python.org/dev/c-api/long.html#c.PyUnstable_Long_CompactValue
Unstable APIhttps://docs.python.org/dev/c-api/stable.html#unstable-c-api
PyUnstable_Long_IsCompact()https://docs.python.org/dev/c-api/long.html#c.PyUnstable_Long_IsCompact
https://docs.python.org/dev/c-api/long.html#export-api
https://docs.python.org/dev/c-api/long.html#c.PyLongLayout
PyLong_GetNativeLayout()https://docs.python.org/dev/c-api/long.html#c.PyLong_GetNativeLayout
inthttps://docs.python.org/dev/library/functions.html#int
sys.int_infohttps://docs.python.org/dev/library/sys.html#sys.int_info
https://docs.python.org/dev/c-api/long.html#c.PyLongLayout.bits_per_digit
https://docs.python.org/dev/c-api/long.html#c.PyLongLayout.digit_size
https://docs.python.org/dev/c-api/long.html#c.PyLongLayout.digits_order
https://docs.python.org/dev/c-api/long.html#c.PyLongLayout.digit_endianness
PyLongLayouthttps://docs.python.org/dev/c-api/long.html#c.PyLongLayout
https://docs.python.org/dev/c-api/long.html#c.PyLong_GetNativeLayout
inthttps://docs.python.org/dev/library/functions.html#int
PyLongLayouthttps://docs.python.org/dev/c-api/long.html#c.PyLongLayout
https://docs.python.org/dev/c-api/long.html#c.PyLongExport
inthttps://docs.python.org/dev/library/functions.html#int
digitshttps://docs.python.org/dev/c-api/long.html#c.PyLongExport.digits
valuehttps://docs.python.org/dev/c-api/long.html#c.PyLongExport.value
digitshttps://docs.python.org/dev/c-api/long.html#c.PyLongExport.digits
negativehttps://docs.python.org/dev/c-api/long.html#c.PyLongExport.negative
ndigitshttps://docs.python.org/dev/c-api/long.html#c.PyLongExport.ndigits
digitshttps://docs.python.org/dev/c-api/long.html#c.PyLongExport.digits
https://docs.python.org/dev/c-api/long.html#c.PyLongExport.value
inthttps://docs.python.org/dev/library/functions.html#int
digitshttps://docs.python.org/dev/c-api/long.html#c.PyLongExport.digits
https://docs.python.org/dev/c-api/long.html#c.PyLongExport.negative
digitshttps://docs.python.org/dev/c-api/long.html#c.PyLongExport.digits
Py_ssize_thttps://docs.python.org/dev/c-api/intro.html#c.Py_ssize_t
https://docs.python.org/dev/c-api/long.html#c.PyLongExport.ndigits
digitshttps://docs.python.org/dev/c-api/long.html#c.PyLongExport.digits
digitshttps://docs.python.org/dev/c-api/long.html#c.PyLongExport.digits
https://docs.python.org/dev/c-api/long.html#c.PyLongExport.digits
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyLongExporthttps://docs.python.org/dev/c-api/long.html#c.PyLongExport
https://docs.python.org/dev/c-api/long.html#c.PyLong_Export
inthttps://docs.python.org/dev/library/functions.html#int
PyLongExporthttps://docs.python.org/dev/c-api/long.html#c.PyLongExport
PyLong_FreeExport()https://docs.python.org/dev/c-api/long.html#c.PyLong_FreeExport
inthttps://docs.python.org/dev/library/functions.html#int
PyLongExporthttps://docs.python.org/dev/c-api/long.html#c.PyLongExport
https://docs.python.org/dev/c-api/long.html#c.PyLong_FreeExport
PyLong_Export()https://docs.python.org/dev/c-api/long.html#c.PyLong_Export
PyLong_FreeExport()https://docs.python.org/dev/c-api/long.html#c.PyLong_FreeExport
https://docs.python.org/dev/c-api/long.html#pylongwriter-api
PyLongWriterhttps://docs.python.org/dev/c-api/long.html#c.PyLongWriter
https://docs.python.org/dev/c-api/long.html#c.PyLongWriter
inthttps://docs.python.org/dev/library/functions.html#int
PyLongWriter_Finish()https://docs.python.org/dev/c-api/long.html#c.PyLongWriter_Finish
PyLongWriter_Discard()https://docs.python.org/dev/c-api/long.html#c.PyLongWriter_Discard
PyLongWriterhttps://docs.python.org/dev/c-api/long.html#c.PyLongWriter
Py_ssize_thttps://docs.python.org/dev/c-api/intro.html#c.Py_ssize_t
https://docs.python.org/dev/c-api/long.html#c.PyLongWriter_Create
PyLongWriterhttps://docs.python.org/dev/c-api/long.html#c.PyLongWriter
PyLongWriter_Finish()https://docs.python.org/dev/c-api/long.html#c.PyLongWriter_Finish
inthttps://docs.python.org/dev/library/functions.html#int
PyLong_GetNativeLayout()https://docs.python.org/dev/c-api/long.html#c.PyLong_GetNativeLayout
bits_per_digithttps://docs.python.org/dev/c-api/long.html#c.PyLongLayout.bits_per_digit
PyLongWriter_Discard()https://docs.python.org/dev/c-api/long.html#c.PyLongWriter_Discard
inthttps://docs.python.org/dev/library/functions.html#int
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyLongWriterhttps://docs.python.org/dev/c-api/long.html#c.PyLongWriter
https://docs.python.org/dev/c-api/long.html#c.PyLongWriter_Finish
PyLongWriterhttps://docs.python.org/dev/c-api/long.html#c.PyLongWriter
PyLongWriter_Create()https://docs.python.org/dev/c-api/long.html#c.PyLongWriter_Create
inthttps://docs.python.org/dev/library/functions.html#int
PyLongWriterhttps://docs.python.org/dev/c-api/long.html#c.PyLongWriter
https://docs.python.org/dev/c-api/long.html#c.PyLongWriter_Discard
PyLongWriterhttps://docs.python.org/dev/c-api/long.html#c.PyLongWriter
PyLongWriter_Create()https://docs.python.org/dev/c-api/long.html#c.PyLongWriter_Create
https://docs.python.org/dev/c-api/long.html#deprecated-api
soft deprecatedhttps://docs.python.org/dev/glossary.html#term-soft-deprecated
PyLongObjecthttps://docs.python.org/dev/c-api/long.html#c.PyLongObject
PyLong_GetNativeLayout()https://docs.python.org/dev/c-api/long.html#c.PyLong_GetNativeLayout
PyLong_Export()https://docs.python.org/dev/c-api/long.html#c.PyLong_Export
PyLongWriterhttps://docs.python.org/dev/c-api/long.html#c.PyLongWriter
https://docs.python.org/dev/c-api/long.html#c.PyLong_SHIFT
bits_per_digithttps://docs.python.org/dev/c-api/long.html#c.PyLongLayout.bits_per_digit
PyLong_GetNativeLayout()https://docs.python.org/dev/c-api/long.html#c.PyLong_GetNativeLayout
https://docs.python.org/dev/c-api/long.html#c.PyLong_BASE
PyLong_SHIFThttps://docs.python.org/dev/c-api/long.html#c.PyLong_SHIFT
https://docs.python.org/dev/c-api/long.html#c.PyLong_MASK
PyLong_SHIFThttps://docs.python.org/dev/c-api/long.html#c.PyLong_SHIFT
Table of Contentshttps://docs.python.org/dev/contents.html
Integer Objectshttps://docs.python.org/dev/c-api/long.html
Export APIhttps://docs.python.org/dev/c-api/long.html#export-api
PyLongWriter APIhttps://docs.python.org/dev/c-api/long.html#pylongwriter-api
Deprecated APIhttps://docs.python.org/dev/c-api/long.html#deprecated-api
The None Objecthttps://docs.python.org/dev/c-api/none.html
Boolean Objectshttps://docs.python.org/dev/c-api/bool.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/long.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/c-api/bool.html
previoushttps://docs.python.org/dev/c-api/none.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
Python/C API Reference Manualhttps://docs.python.org/dev/c-api/index.html
Concrete Objects Layerhttps://docs.python.org/dev/c-api/concrete.html
Integer Objectshttps://docs.python.org/dev/c-api/long.html
Copyrighthttps://docs.python.org/dev/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.