René's URL Explorer Experiment
go
Title:
Long Integer Objects — Python 2.7.18 documentation
direct link
Domain:
docs.python.org
Links
:
no longer supported
https://devguide.python.org/devcycle/#end-of-life-branches
Python documentation for the current stable release
https://docs.python.org/3/c-api/long.html
index
https://docs.python.org/2/genindex.html
modules
https://docs.python.org/2/py-modindex.html
next
https://docs.python.org/2/c-api/float.html
previous
https://docs.python.org/2/c-api/bool.html
Python
https://www.python.org/
Python 2.7.18 documentation
https://docs.python.org/2/index.html
Python/C API Reference Manual
https://docs.python.org/2/c-api/index.html
Concrete Objects Layer
https://docs.python.org/2/c-api/concrete.html
¶
https://docs.python.org/2/c-api/long.html#long-integer-objects
¶
https://docs.python.org/2/c-api/long.html#c.PyLongObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyTypeObject
https://docs.python.org/2/c-api/type.html#c.PyTypeObject
¶
https://docs.python.org/2/c-api/long.html#c.PyLong_Type
PyTypeObject
https://docs.python.org/2/c-api/type.html#c.PyTypeObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/long.html#c.PyLong_Check
PyLongObject
https://docs.python.org/2/c-api/long.html#c.PyLongObject
PyLongObject
https://docs.python.org/2/c-api/long.html#c.PyLongObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/long.html#c.PyLong_CheckExact
PyLongObject
https://docs.python.org/2/c-api/long.html#c.PyLongObject
PyLongObject
https://docs.python.org/2/c-api/long.html#c.PyLongObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/long.html#c.PyLong_FromLong
PyLongObject
https://docs.python.org/2/c-api/long.html#c.PyLongObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/long.html#c.PyLong_FromUnsignedLong
PyLongObject
https://docs.python.org/2/c-api/long.html#c.PyLongObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/long.html#c.PyLong_FromSsize_t
PyLongObject
https://docs.python.org/2/c-api/long.html#c.PyLongObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/long.html#c.PyLong_FromSize_t
PyLongObject
https://docs.python.org/2/c-api/long.html#c.PyLongObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/long.html#c.PyLong_FromLongLong
PyLongObject
https://docs.python.org/2/c-api/long.html#c.PyLongObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/long.html#c.PyLong_FromUnsignedLongLong
PyLongObject
https://docs.python.org/2/c-api/long.html#c.PyLongObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/long.html#c.PyLong_FromDouble
PyLongObject
https://docs.python.org/2/c-api/long.html#c.PyLongObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/long.html#c.PyLong_FromString
PyLongObject
https://docs.python.org/2/c-api/long.html#c.PyLongObject
ValueError
https://docs.python.org/2/library/exceptions.html#exceptions.ValueError
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
Py_UNICODE
https://docs.python.org/2/c-api/unicode.html#c.Py_UNICODE
¶
https://docs.python.org/2/c-api/long.html#c.PyLong_FromUnicode
ValueError
https://docs.python.org/2/library/exceptions.html#exceptions.ValueError
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/long.html#c.PyLong_FromVoidPtr
PyLong_AsVoidPtr()
https://docs.python.org/2/c-api/long.html#c.PyLong_AsVoidPtr
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/long.html#c.PyLong_AsLong
OverflowError
https://docs.python.org/2/library/exceptions.html#exceptions.OverflowError
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/long.html#c.PyLong_AsLongAndOverflow
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/long.html#c.PyLong_AsLongLongAndOverflow
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/long.html#c.PyLong_AsSsize_t
OverflowError
https://docs.python.org/2/library/exceptions.html#exceptions.OverflowError
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/long.html#c.PyLong_AsUnsignedLong
OverflowError
https://docs.python.org/2/library/exceptions.html#exceptions.OverflowError
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/long.html#c.PyLong_AsLongLong
OverflowError
https://docs.python.org/2/library/exceptions.html#exceptions.OverflowError
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/long.html#c.PyLong_AsUnsignedLongLong
OverflowError
https://docs.python.org/2/library/exceptions.html#exceptions.OverflowError
OverflowError
https://docs.python.org/2/library/exceptions.html#exceptions.OverflowError
TypeError
https://docs.python.org/2/library/exceptions.html#exceptions.TypeError
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/long.html#c.PyLong_AsUnsignedLongMask
PyErr_Occurred()
https://docs.python.org/2/c-api/exceptions.html#c.PyErr_Occurred
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/long.html#c.PyLong_AsUnsignedLongLongMask
PyErr_Occurred()
https://docs.python.org/2/c-api/exceptions.html#c.PyErr_Occurred
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/long.html#c.PyLong_AsDouble
OverflowError
https://docs.python.org/2/library/exceptions.html#exceptions.OverflowError
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/long.html#c.PyLong_AsVoidPtr
OverflowError
https://docs.python.org/2/library/exceptions.html#exceptions.OverflowError
PyLong_FromVoidPtr()
https://docs.python.org/2/c-api/long.html#c.PyLong_FromVoidPtr
Boolean Objects
https://docs.python.org/2/c-api/bool.html
Floating Point Objects
https://docs.python.org/2/c-api/float.html
Show Source
https://docs.python.org/2/_sources/c-api/long.rst.txt
index
https://docs.python.org/2/genindex.html
modules
https://docs.python.org/2/py-modindex.html
next
https://docs.python.org/2/c-api/float.html
previous
https://docs.python.org/2/c-api/bool.html
Python
https://www.python.org/
Python 2.7.18 documentation
https://docs.python.org/2/index.html
Python/C API Reference Manual
https://docs.python.org/2/c-api/index.html
Concrete Objects Layer
https://docs.python.org/2/c-api/concrete.html
Copyright
https://docs.python.org/2/copyright.html
Please donate.
https://www.python.org/psf/donations/
Found a bug
https://docs.python.org/2/bugs.html
Sphinx
http://sphinx.pocoo.org/
URLs of
crawlers that visited me
.