summaryrefslogtreecommitdiffstats
path: root/Doc/api
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2006-03-30 03:04:41 (GMT)
committerFred Drake <fdrake@acm.org>2006-03-30 03:04:41 (GMT)
commit66bc4efef33c84dfe90d18cbfadb94d02a479964 (patch)
treed0bac71414af66c728557421b6461becbd71ffcc /Doc/api
parent3e482d9a9566f5f57ca53ce48d0a15b01280bb90 (diff)
downloadcpython-66bc4efef33c84dfe90d18cbfadb94d02a479964.zip
cpython-66bc4efef33c84dfe90d18cbfadb94d02a479964.tar.gz
cpython-66bc4efef33c84dfe90d18cbfadb94d02a479964.tar.bz2
fill in refcount information for APIs first documented in Python 2.5
Diffstat (limited to 'Doc/api')
-rw-r--r--Doc/api/refcounts.dat9
1 files changed, 9 insertions, 0 deletions
diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat
index 049df94..7bba011 100644
--- a/Doc/api/refcounts.dat
+++ b/Doc/api/refcounts.dat
@@ -382,6 +382,9 @@ PyFloat_FromString:PyObject*::+1:
PyFloat_FromString:PyObject*:str:0:
PyFloat_FromString:char**:pend:0:ignored
+PyFrozenSet_New:PyObject*::+1:
+PyFrozenSet_New:PyObject*:iterable:0:
+
PyFunction_GetClosure:PyObject*::0:
PyFunction_GetClosure:PyObject*:op:0:
@@ -485,6 +488,9 @@ PyInt_FromString:char*:str:0:
PyInt_FromString:char**:pend:0:
PyInt_FromString:int:base:0:
+PyInt_FromSsize_t:PyObject*::+1:
+PyInt_FromSsize_t:Py_ssize_t:ival::
+
PyInt_GetMax:long:::
PyInterpreterState_Clear:void:::
@@ -1138,6 +1144,9 @@ PySet_Discard:int:::
PySet_Discard:PyObject*:set:0:
PySet_Discard:PyObject*:key:-1:no effect if key not found
+PySet_New:PyObject*::+1:
+PySet_New:PyObject*:iterable:0:
+
PySet_Pop:PyObject*::0:or returns NULL and raises KeyError if set is empty
PySet_Pop:PyObject*:set:0: