summaryrefslogtreecommitdiffstats
path: root/Doc/api
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2001-08-28 02:32:04 (GMT)
committerBarry Warsaw <barry@python.org>2001-08-28 02:32:04 (GMT)
commit8c64a54f7562797f47c45b69f557903ef3ab4f4f (patch)
treeebb09e2609dcbadf8289ce00b30d0f454abbe493 /Doc/api
parentc86aa57f586f576b564012787a1220ec0b3169e5 (diff)
downloadcpython-8c64a54f7562797f47c45b69f557903ef3ab4f4f.zip
cpython-8c64a54f7562797f47c45b69f557903ef3ab4f4f.tar.gz
cpython-8c64a54f7562797f47c45b69f557903ef3ab4f4f.tar.bz2
Refcount info for PyString_FromFormat() and PyString_FromFormatV().
Closes SF patch #455666.
Diffstat (limited to 'Doc/api')
-rw-r--r--Doc/api/refcounts.dat8
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat
index 49c6dd5..287667b 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: