]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add more reference count information.
authorFred Drake <fdrake@acm.org>
Mon, 24 Sep 2001 15:29:47 +0000 (15:29 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 24 Sep 2001 15:29:47 +0000 (15:29 +0000)
Doc/api/refcounts.dat

index fa4fe4f8d753837079d9bd4398d3af199afaf0d6..747a5e4897d822ad45f54574761836cf517319bf 100644 (file)
@@ -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: