Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix docs
  • Loading branch information
sergey-miryanov committed Oct 14, 2025
commit f5bab3c57d59065d0a27472faec8bf34bc90ced7
8 changes: 2 additions & 6 deletions Doc/c-api/tuple.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ Tuple Objects

.. warning::
Comment thread
sergey-miryanov marked this conversation as resolved.
Outdated

*one* must not be ``NULL``. Checking is performed as an assertion
if Python is built in :ref:`debug mode <debug-build>` or
:option:`with assertions <--with-assertions>`.
*one* must not be ``NULL``.


.. c:function:: PyObject* PyTuple_MakePair(PyObject *one, PyObject *two)
Expand All @@ -81,9 +79,7 @@ Tuple Objects

.. warning::

*one* and *two* must not be ``NULL``. Checking is performed as an assertion
if Python is built in :ref:`debug mode <debug-build>` or
:option:`with assertions <--with-assertions>`.
*one* and *two* must not be ``NULL``.
Comment thread
sergey-miryanov marked this conversation as resolved.
Outdated


.. c:function:: Py_ssize_t PyTuple_Size(PyObject *p)
Expand Down
Loading