https://github.com/python/cpython/commit/fc1c9f884e84bb33b7bfc5a4591bfca979f6eb17 commit: fc1c9f884e84bb33b7bfc5a4591bfca979f6eb17 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: sobolevn <m...@sobolevn.me> date: 2025-02-17T19:23:42+03:00 summary:
[3.13] gh-130214: Document `PyEllipsis_Type` (GH-130215) (#130223) gh-130214: Document `PyEllipsis_Type` (GH-130215) (cherry picked from commit fc8c99a8ce483db23fa624592457e350e99193f6) Co-authored-by: Yuki Kobayashi <drsuaimqj...@gmail.com> 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 -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com