summaryrefslogtreecommitdiffstats
path: root/Doc/api
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-09-06 18:06:46 (GMT)
committerFred Drake <fdrake@acm.org>2001-09-06 18:06:46 (GMT)
commit9c75ff785a328a155f17428b508b0e501d6c4a05 (patch)
treef9da0e32b703a4efda8de39179edf4f901fb5c42 /Doc/api
parentf8d7a5d391350a3208276c36e06b52ad44a15382 (diff)
downloadcpython-9c75ff785a328a155f17428b508b0e501d6c4a05.zip
cpython-9c75ff785a328a155f17428b508b0e501d6c4a05.tar.gz
cpython-9c75ff785a328a155f17428b508b0e501d6c4a05.tar.bz2
Fix parameter for PyInt_Check().
Add refcount information for other recently documented APIs.
Diffstat (limited to 'Doc/api')
-rw-r--r--Doc/api/refcounts.dat32
1 files changed, 31 insertions, 1 deletions
diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat
index 287667b..b063e3c 100644
--- a/Doc/api/refcounts.dat
+++ b/Doc/api/refcounts.dat
@@ -188,6 +188,10 @@ PyErr_Restore:PyObject*:traceback:-1:
PyErr_SetFromErrno:PyObject*::null:
PyErr_SetFromErrno:PyObject*:type:0:
+PyErr_SetFromErrnoWithFilename:PyObject*::null:
+PyErr_SetFromErrnoWithFilename:PyObject*:type:0:
+PyErr_SetFromErrnoWithFilename:char*:filename::
+
PyErr_SetInterrupt:void:::
PyErr_SetNone:void:::
@@ -348,7 +352,7 @@ PyInt_AsLong:long:::
PyInt_AsLong:PyObject*:io:0:
PyInt_Check:int:::
-PyInt_Check:PyObject*::0:
+PyInt_Check:PyObject*:op:0:
PyInt_FromLong:PyObject*::+1:
PyInt_FromLong:long:ival::
@@ -493,6 +497,29 @@ PyMapping_SetItemString:PyObject*:v:+1:
PyMapping_Values:PyObject*::+1:
PyMapping_Values:PyObject*:o:0:
+PyMethod_Class:PyObject*::0:
+PyMethod_Class:PyObject*:im:0:
+
+PyMethod_Function:PyObject*::0:
+PyMethod_Function:PyObject*:im:0:
+
+PyMethod_GET_CLASS:PyObject*::0:
+PyMethod_GET_CLASS:PyObject*:im:0:
+
+PyMethod_GET_FUNCTION:PyObject*::0:
+PyMethod_GET_FUNCTION:PyObject*:im:0:
+
+PyMethod_GET_SELF:PyObject*::0:
+PyMethod_GET_SELF:PyObject*:im:0:
+
+PyMethod_New:PyObject*::+1:
+PyMethod_New:PyObject*:func:0:
+PyMethod_New:PyObject*:self:0:
+PyMethod_New:PyObject*:class:0:
+
+PyMethod_Self:PyObject*::0:
+PyMethod_Self:PyObject*:im:0:
+
PyModule_GetDict:PyObject*::0:
PyModule_GetDict::PyObject* module:0:
@@ -685,6 +712,9 @@ PyObject_DelItem:int:::
PyObject_DelItem:PyObject*:o:0:
PyObject_DelItem:PyObject*:key:0:
+PyObject_Dir:PyObject*::+1:
+PyObject_Dir:PyObject*:o:0:
+
PyObject_GetAttr:PyObject*::+1:
PyObject_GetAttr:PyObject*:o:0:
PyObject_GetAttr:PyObject*:attr_name:0: