https://github.com/python/cpython/commit/0274115585db8e26d9d1c0218fe65e5041c70f2c
commit: 0274115585db8e26d9d1c0218fe65e5041c70f2c
branch: 3.12
author: Miss Islington (bot) <[email protected]>
committer: sobolevn <[email protected]>
date: 2025-02-17T19:24:30+03:00
summary:

[3.12] gh-130214: Document `PyEllipsis_Type` (GH-130215) (#130224)

gh-130214: Document `PyEllipsis_Type` (GH-130215)
(cherry picked from commit fc8c99a8ce483db23fa624592457e350e99193f6)

Co-authored-by: Yuki Kobayashi <[email protected]>

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

diff --git a/Doc/c-api/slice.rst b/Doc/c-api/slice.rst
index 819929a0e60ca7..76445045b21c41 100644
--- a/Doc/c-api/slice.rst
+++ b/Doc/c-api/slice.rst
@@ -118,6 +118,12 @@ Ellipsis Object
 ^^^^^^^^^^^^^^^
 
 
+.. c:var:: PyTypeObject PyEllipsis_Type
+
+   The type of Python :const:`Ellipsis` object.  Same asĀ 
:class:`types.EllipsisType`
+   in the Python layer.
+
+
 .. c:var:: PyObject *Py_Ellipsis
 
    The Python ``Ellipsis`` object.  This object has no methods.  Like

_______________________________________________
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