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 aa549fb commit 06f18b7Copy full SHA for 06f18b7
Doc/glossary.rst
@@ -1484,8 +1484,10 @@ Glossary
1484
steal
1485
In Python's C API, "*stealing*" an argument means that ownership of the
1486
argument is transferred to the called function.
1487
+ The caller must not use that reference after the call.
1488
Generally, functions that "steal" an argument do so even if they fail.
- See also :ref:`api-refcountdetails`.
1489
+
1490
+ See :ref:`api-refcountdetails` for a full explanation.
1491
1492
strong reference
1493
In Python's C API, a strong reference is a reference to an object
0 commit comments