https://github.com/python/cpython/commit/fc8c99a8ce483db23fa624592457e350e99193f6
commit: fc8c99a8ce483db23fa624592457e350e99193f6
branch: main
author: Yuki Kobayashi <[email protected]>
committer: encukou <[email protected]>
date: 2025-02-17T13:56:33+01:00
summary:
gh-130214: Document `PyEllipsis_Type` (GH-130215)
files:
M Doc/c-api/slice.rst
diff --git a/Doc/c-api/slice.rst b/Doc/c-api/slice.rst
index 8adf6a961378a3..c6d761fe7fd1c9 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]