Skip to content

Commit 7ae3384

Browse files
committed
Remove obsolete todo::
1 parent f4dc85e commit 7ae3384

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

doc/sphinx/source/containers_and_refcounts.rst

-24
Original file line numberDiff line numberDiff line change
@@ -913,9 +913,6 @@ Summary
913913
.. _PyDict_Check(): https://docs.python.org/3/c-api/dict.html#c.PyDict_Check
914914
.. _PyObject_Hash(): https://docs.python.org/3/c-api/object.html#c.PyObject_Hash
915915

916-
..
917-
TODO: Py_BuildValue with a dict.
918-
919916
.. index::
920917
single: Dictionary
921918

@@ -1221,13 +1218,6 @@ For code and tests see:
12211218
Failure
12221219
^^^^^^^
12231220

1224-
.. todo::
1225-
1226-
Explore the reference counts of key, value, default_value and result when `PyDict_SetDefaultRef()`_ fails.
1227-
There are multiple failure modes.
1228-
The simplest failure mode (not a dictionary) does not change the reference counts at all.
1229-
1230-
12311221
.. index::
12321222
single: Dictionary; PyDict_GetItem()
12331223
pair: Getters; Dictionary
@@ -1282,13 +1272,6 @@ For code and tests see:
12821272
Failure
12831273
^^^^^^^
12841274

1285-
.. todo::
1286-
1287-
Explore the reference counts of key, value, default_value and result when `PyDict_GetItemRef()`_ fails.
1288-
There are multiple failure modes.
1289-
The simplest failure mode (not a dictionary) does not change the reference counts at all.
1290-
1291-
12921275
.. index::
12931276
single: Dictionary; PyDict_Pop()
12941277

@@ -1419,13 +1402,6 @@ For code and tests see:
14191402
Failure
14201403
^^^^^^^
14211404

1422-
.. todo::
1423-
1424-
Explore the reference counts of key, value, default_value and result when `PyDict_Pop()`_ fails.
1425-
There are multiple failure modes.
1426-
The simplest failure mode (not a dictionary) does not change the reference counts at all.
1427-
1428-
14291405
.. index::
14301406
single: Dictionary; Other APIs
14311407

0 commit comments

Comments
 (0)