We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7bc3e commit f5bab3cCopy full SHA for f5bab3c
Doc/c-api/tuple.rst
@@ -67,9 +67,7 @@ Tuple Objects
67
68
.. warning::
69
70
- *one* must not be ``NULL``. Checking is performed as an assertion
71
- if Python is built in :ref:`debug mode <debug-build>` or
72
- :option:`with assertions <--with-assertions>`.
+ *one* must not be ``NULL``.
73
74
75
.. c:function:: PyObject* PyTuple_MakePair(PyObject *one, PyObject *two)
@@ -81,9 +79,7 @@ Tuple Objects
81
79
82
80
83
84
- *one* and *two* must not be ``NULL``. Checking is performed as an assertion
85
86
+ *one* and *two* must not be ``NULL``.
87
88
89
.. c:function:: Py_ssize_t PyTuple_Size(PyObject *p)
0 commit comments