@@ -913,9 +913,6 @@ Summary
913
913
.. _PyDict_Check() : https://docs.python.org/3/c-api/dict.html#c.PyDict_Check
914
914
.. _PyObject_Hash() : https://docs.python.org/3/c-api/object.html#c.PyObject_Hash
915
915
916
- ..
917
- TODO: Py_BuildValue with a dict.
918
-
919
916
.. index ::
920
917
single: Dictionary
921
918
@@ -1221,13 +1218,6 @@ For code and tests see:
1221
1218
Failure
1222
1219
^^^^^^^
1223
1220
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
-
1231
1221
.. index ::
1232
1222
single: Dictionary; PyDict_GetItem()
1233
1223
pair: Getters; Dictionary
@@ -1282,13 +1272,6 @@ For code and tests see:
1282
1272
Failure
1283
1273
^^^^^^^
1284
1274
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
-
1292
1275
.. index ::
1293
1276
single: Dictionary; PyDict_Pop()
1294
1277
@@ -1419,13 +1402,6 @@ For code and tests see:
1419
1402
Failure
1420
1403
^^^^^^^
1421
1404
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
-
1429
1405
.. index ::
1430
1406
single: Dictionary; Other APIs
1431
1407
0 commit comments