We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e08e167 commit 2ea6d35Copy full SHA for 2ea6d35
Doc/c-api/list.rst
@@ -59,12 +59,6 @@ List Objects
59
Raise an exception and return ``-1`` if *list* is not a :class:`list`
60
object. Return 0 on success.
61
62
- .. note::
63
-
64
- If the finalizer (:meth:`object.__del__`) of a deleted item modify the
65
- list, it is possible that the list is not empty after calling this
66
- function.
67
68
.. versionadded:: 3.13
69
70
@@ -155,12 +149,6 @@ List Objects
155
149
Return ``0`` on success, ``-1`` on failure. Indexing from the end of the
156
150
list is not supported.
157
151
158
159
160
- If *itemlist* is ``NULL`` to delete items and the finalizer
161
- (:meth:`object.__del__`) of a deleted item modify the list, it is
162
- possible that the list is longer than expected.
163
164
152
165
153
.. c:function:: int PyList_Sort(PyObject *list)
166
154
0 commit comments