mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
#9204: remove mentions of removed types in the types module.
This commit is contained in:
parent
418cc73403
commit
2aff335c36
10 changed files with 15 additions and 29 deletions
|
|
@ -18,7 +18,7 @@ All integers are implemented as "long" integer objects of arbitrary size.
|
|||
.. c:var:: PyTypeObject PyLong_Type
|
||||
|
||||
This instance of :c:type:`PyTypeObject` represents the Python integer type.
|
||||
This is the same object as ``int``.
|
||||
This is the same object as :class:`int` in the Python layer.
|
||||
|
||||
|
||||
.. c:function:: int PyLong_Check(PyObject *p)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue