File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -59,12 +59,6 @@ List Objects
59
59
Raise an exception and return ``-1 `` if *list * is not a :class: `list `
60
60
object. Return 0 on success.
61
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
62
.. versionadded :: 3.13
69
63
70
64
@@ -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
- .. note::
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
You can’t perform that action at this time.
0 commit comments