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 45a36d5 commit 821a7acCopy full SHA for 821a7ac
Doc/whatsnew/3.13.rst
@@ -1040,7 +1040,8 @@ New Features
1040
* If Python is built in :ref:`debug mode <debug-build>` or :option:`with
1041
assertions <--with-assertions>`, :c:func:`PyTuple_SET_ITEM` and
1042
:c:func:`PyList_SET_ITEM` now check the index argument with an assertion.
1043
- If the assertion fails, make sure that the size is set before.
+ If the assertion fails in :c:func:`PyTuple_SET_ITEM`, make sure that the
1044
+ tuple size is set before.
1045
(Contributed by Victor Stinner in :gh:`106168`.)
1046
1047
* Add :c:func:`PyModule_Add` function: similar to
0 commit comments