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.
PyDict_GetItemRef
1 parent 60e145a commit 0d192aeCopy full SHA for 0d192ae
1 file changed
Doc/c-api/dict.rst
@@ -133,7 +133,7 @@ Dictionary Objects
133
* If the key is present, set *\*result* to a new :term:`strong reference`
134
to the value and return ``1``.
135
* If the key is missing, set *\*result* to ``NULL`` and return ``0``.
136
- * On error, raise an exception and return ``-1``.
+ * On error, raise an exception, set *\*result* to ``NULL`` and return ``-1``.
137
138
.. note::
139
0 commit comments