mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
[3.13] gh-130711: Document PyBaseObject_Type
(GH-130712) (GH-130792)
(cherry picked from commit b3c18bfd82
)
Co-authored-by: Yuki Kobayashi <drsuaimqjgar@gmail.com>
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
This commit is contained in:
parent
edb69578ed
commit
30e8bd2a41
1 changed files with 5 additions and 0 deletions
|
@ -63,6 +63,11 @@ under :ref:`reference counting <countingrefs>`.
|
|||
See documentation of :c:type:`PyVarObject` above.
|
||||
|
||||
|
||||
.. c:var:: PyTypeObject PyBaseObject_Type
|
||||
|
||||
The base class of all other objects, the same as :class:`object` in Python.
|
||||
|
||||
|
||||
.. c:function:: int Py_Is(PyObject *x, PyObject *y)
|
||||
|
||||
Test if the *x* object is the *y* object, the same as ``x is y`` in Python.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue