summaryrefslogtreecommitdiffstats
path: root/Doc/api
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-09-24 15:29:47 (GMT)
committerFred Drake <fdrake@acm.org>2001-09-24 15:29:47 (GMT)
commit23a78cf1c1259d0fa6758d3993135505ec550ca6 (patch)
treec556caf7aa7f8375377824961fee18e7f9708e8d /Doc/api
parent1497b6282760a3f918698fbfcc8356d2d8ac8758 (diff)
downloadcpython-23a78cf1c1259d0fa6758d3993135505ec550ca6.zip
cpython-23a78cf1c1259d0fa6758d3993135505ec550ca6.tar.gz
cpython-23a78cf1c1259d0fa6758d3993135505ec550ca6.tar.bz2
Add more reference count information.
Diffstat (limited to 'Doc/api')
-rw-r--r--Doc/api/refcounts.dat28
1 files changed, 28 insertions, 0 deletions
diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat
index fa4fe4f..747a5e4 100644
--- a/Doc/api/refcounts.dat
+++ b/Doc/api/refcounts.dat
@@ -93,6 +93,23 @@ PyComplex_ImagAsDouble:PyObject*:op:0:
PyComplex_RealAsDouble:double:::
PyComplex_RealAsDouble:PyObject*:op:0:
+PyDescr_NewGetSet:PyObject*::+1:
+PyDescr_NewGetSet:PyTypeObject*:type::
+PyDescr_NewGetSet:PyGetSetDef*:getset::
+
+PyDescr_NewMember:PyObject*::+1:
+PyDescr_NewMember:PyTypeObject*:type::
+PyDescr_NewMember:PyMemberDef*:member::
+
+PyDescr_NewMethod:PyObject*::+1:
+PyDescr_NewMethod:PyTypeObject*:type::
+PyDescr_NewMethod:PyMethodDef*:meth::
+
+PyDescr_NewWrapper:PyObject*::+1:
+PyDescr_NewWrapper:PyTypeObject*:type::
+PyDescr_NewWrapper:struct wrapperbase*:base::
+PyDescr_NewWrapper:void*:wrapped::
+
PyDict_Check:int:::
PyDict_Check:PyObject*:p:0:
@@ -148,6 +165,9 @@ PyDict_Size:PyObject*:p::
PyDict_Values:PyObject*::+1:
PyDict_Values:PyObject*:p:0:
+PyDictProxy_New:PyObject*::+1:
+PyDictProxy_New:PyObject*:dict:0:
+
PyErr_BadArgument:int:::
PyErr_BadInternalCall:void:::
@@ -926,6 +946,14 @@ PySequence_List:PyObject*:o:0:
PySequence_Tuple:PyObject*::+1:
PySequence_Tuple:PyObject*:o:0:
+PySlice_Check:int:::
+PySlice_Check:PyObject*:ob:0:
+
+PySlice_New:PyObject*::+1:
+PySlice_New:PyObject*:start:0:
+PySlice_New:PyObject*:stop:0:
+PySlice_New:PyObject*:step:0:
+
PyString_AS_STRING:char*:::
PyString_AS_STRING:PyObject*:string:0: