From: Barry Warsaw Date: Tue, 28 Aug 2001 02:32:04 +0000 (+0000) Subject: Refcount info for PyString_FromFormat() and PyString_FromFormatV(). X-Git-Tag: v2.2a3~287 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c64a54f7562797f47c45b69f557903ef3ab4f4f;p=python Refcount info for PyString_FromFormat() and PyString_FromFormatV(). Closes SF patch #455666. --- diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat index 49c6dd51c5..287667beac 100644 --- a/Doc/api/refcounts.dat +++ b/Doc/api/refcounts.dat @@ -918,6 +918,14 @@ PyString_FromStringAndSize:PyObject*::+1: PyString_FromStringAndSize:const char*:v:: PyString_FromStringAndSize:int:len:: +PyString_FromFormat:PyObject*::+1: +PyString_FromFormat:const char*:format:: +PyString_FromFormat::...:: + +PyString_FromFormatV:PyObject*::+1: +PyString_FromFormatV:const char*:format:: +PyString_FromFormatV:va_list:vargs:: + PyString_GET_SIZE:int::: PyString_GET_SIZE:PyObject*:string:0: