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 eb7a478 commit 56129b2Copy full SHA for 56129b2
Doc/c-api/unicode.rst
@@ -615,6 +615,12 @@ APIs:
615
On error, set *p_left* to ``NULL`` and set an exception.
616
617
618
+.. c:function:: void PyUnicode_AppendAndDel(PyObject **p_left, PyObject *right)
619
+
620
+ The function is identical to :c:func:`PyUnicode_Append`, with the only
621
+ difference being that it decrements the reference count of *right* by one.
622
623
624
.. c:function:: const char* PyUnicode_GetDefaultEncoding(void)
625
626
Return the name of the default string encoding, ``"utf-8"``.
0 commit comments