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 56129b2 commit eb0cba1Copy full SHA for eb0cba1
Doc/c-api/unicode.rst
@@ -612,7 +612,7 @@ APIs:
612
Append the string *right* to the end of *p_left*.
613
*p_left* must point to a :term:`strong reference` to a Unicode object.
614
615
- On error, set *p_left* to ``NULL`` and set an exception.
+ On error, set *p_left* to ``NULL`` (*stealing* the reference) and set an exception.
616
617
618
.. c:function:: void PyUnicode_AppendAndDel(PyObject **p_left, PyObject *right)
0 commit comments