https://github.com/python/cpython/commit/14c62227f9fa11fb743f9e03dcc5aab553de1098
commit: 14c62227f9fa11fb743f9e03dcc5aab553de1098
branch: main
author: Stan Ulbrych <[email protected]>
committer: ZeroIntensity <[email protected]>
date: 2025-11-09T14:53:56-05:00
summary:

gh-141004: Document `PySuper_Type` (GH-141315)

files:
M Doc/c-api/descriptor.rst

diff --git a/Doc/c-api/descriptor.rst b/Doc/c-api/descriptor.rst
index 9a4093a7708a7c..22c3b790cc3ec3 100644
--- a/Doc/c-api/descriptor.rst
+++ b/Doc/c-api/descriptor.rst
@@ -43,6 +43,12 @@ found in the dictionary of type objects.
 Built-in descriptors
 ^^^^^^^^^^^^^^^^^^^^
 
+.. c:var:: PyTypeObject PySuper_Type
+
+   The type object for super objects. This is the same object as
+   :class:`super` in the Python layer.
+
+
 .. c:var:: PyTypeObject PyClassMethod_Type
 
    The type of class method objects. This is the same object as

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to