From 8c64a54f7562797f47c45b69f557903ef3ab4f4f Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 28 Aug 2001 02:32:04 +0000 Subject: Refcount info for PyString_FromFormat() and PyString_FromFormatV(). Closes SF patch #455666. --- Doc/api/refcounts.dat | 8 ++++++++ 1 file changed, 8 insertions(+) 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: -- cgit v1.2.1