summaryrefslogtreecommitdiffstats
path: root/Doc/api
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-10-20 16:03:38 (GMT)
committerFred Drake <fdrake@acm.org>1999-10-20 16:03:38 (GMT)
commit805bf1b330aec153eb9a3487e48a9a0dc3b90503 (patch)
tree907c6271004fa026c7d7e819e318e52c93665923 /Doc/api
parent7b7dc6b49dfbafafd6f74463ff9e856f83331357 (diff)
downloadcpython-805bf1b330aec153eb9a3487e48a9a0dc3b90503.zip
cpython-805bf1b330aec153eb9a3487e48a9a0dc3b90503.tar.gz
cpython-805bf1b330aec153eb9a3487e48a9a0dc3b90503.tar.bz2
Added note that Skip created the initial version of this file.
Fixed up a few of his ??? comments.
Diffstat (limited to 'Doc/api')
-rw-r--r--Doc/api/refcounts.dat31
1 files changed, 14 insertions, 17 deletions
diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat
index 45d9d9e..3114e96 100644
--- a/Doc/api/refcounts.dat
+++ b/Doc/api/refcounts.dat
@@ -1,3 +1,5 @@
+# Created by kip Montanaro <skip@mojam.com>.
+
# Format:
# function ':' type ':' [param name] ':' [refcount effect] ':' [comment]
# If the param name slot is empty, that line corresponds to the function's
@@ -70,11 +72,11 @@ PyDict_DelItemString:int:::
PyDict_DelItemString:PyDictObject*:p:0:
PyDict_DelItemString:char*:key::
-PyDict_GetItem:PyObject*::0:???
+PyDict_GetItem:PyObject*::0:0
PyDict_GetItem:PyDictObject*:p:0:
PyDict_GetItem:PyObject*:key:0:
-PyDict_GetItemString:PyObject*::0:???
+PyDict_GetItemString:PyObject*::0:
PyDict_GetItemString:PyDictObject*:p:0:
PyDict_GetItemString:char*:key::
@@ -235,7 +237,7 @@ PyFloat_Check:PyObject*:p:0:
PyFloat_FromDouble:PyObject*::+1:
PyFloat_FromDouble:double:v::
-PyImport_AddModule:PyObject*::0:???
+PyImport_AddModule:PyObject*::0:reference borrowed from sys.modules
PyImport_AddModule:char*:name::
PyImport_Cleanup:void:::
@@ -254,7 +256,7 @@ PyImport_Import:PyObject*:name:0:
PyImport_ImportFrozenModule:int:::
PyImport_ImportFrozenModule:char*:::
-PyImport_ImportModule:PyObject*::0:???
+PyImport_ImportModule:PyObject*::1:not sure...
PyImport_ImportModule:char*:name::
PyImport_ImportModuleEx:PyObject*::0:???
@@ -263,8 +265,8 @@ PyImport_ImportModuleEx:PyObject*:globals:0:???
PyImport_ImportModuleEx:PyObject*:locals:0:???
PyImport_ImportModuleEx:PyObject*:fromlist:0:???
-PyImport_ReloadModule:PyObject*::???:
-PyImport_ReloadModule:PyObject*:m:0:???
+PyImport_ReloadModule:PyObject*::0:
+PyImport_ReloadModule:PyObject*:m:0:
PyInt_AS_LONG:long:::
PyInt_AS_LONG:PyIntObject*:io:0:
@@ -376,9 +378,6 @@ PyLong_FromUnsignedLong:unsignedlong:v::
PyMapping_Check:int:::
PyMapping_Check:PyObject*:o:0:
-PyMapping_Clear:int:::
-PyMapping_Clear:PyObject*:o::??? don't see this one in the source code
-
PyMapping_DelItem:int:::
PyMapping_DelItem:PyObject*:o:0:
PyMapping_DelItem:PyObject*:key:0:
@@ -602,22 +601,20 @@ PyObject_Str:PyObject*:o:0:
PyObject_Type:PyObject*::+1:
PyObject_Type:PyObject*:o:0:
+PyParser_SimpleParseFile:struct _node*:::
PyParser_SimpleParseFile:FILE*:fp::
PyParser_SimpleParseFile:char*:filename::
PyParser_SimpleParseFile:int:start::
-PyParser_SimpleParseFilestruct:_node*:::
-
+PyParser_SimpleParseString:struct _node*:::
PyParser_SimpleParseString:char*:str::
PyParser_SimpleParseString:int:start::
-PyParser_SimpleParseStringstruct:_node*:::
-
PyRun_AnyFile:int:::
PyRun_AnyFile:FILE*:fp::
PyRun_AnyFile:char*:filename::
-PyRun_File:PyObject*:::???
+PyRun_File:PyObject*::1:??? -- same as eval_code2()
PyRun_File:FILE*:fp::
PyRun_File:char*:filename::
PyRun_File:int:start::
@@ -639,7 +636,7 @@ PyRun_SimpleFile:char*:filename::
PyRun_SimpleString:int:::
PyRun_SimpleString:char*:command::
-PyRun_String:PyObject*:::???
+PyRun_String:PyObject*::1:??? -- same as eval_code2()
PyRun_String:char*:str::
PyRun_String:int:start::
PyRun_String:PyObject*:globals:0:
@@ -710,11 +707,11 @@ PyString_Check:int:::
PyString_Check:PyObject*:o:0:
PyString_Concat:void:::
-PyString_Concat:PyObject**:string:+1:???
+PyString_Concat:PyObject**:string:0:??? -- replaces w/ new string or NULL
PyString_Concat:PyObject*:newpart:0:
PyString_ConcatAndDel:void:::
-PyString_ConcatAndDel:PyObject**:string:+1:???
+PyString_ConcatAndDel:PyObject**:string:0:??? -- replaces w/ new string or NULL
PyString_ConcatAndDel:PyObject*:newpart:-1:
PyString_Format:PyObject*::+1: