Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
805bf1b3
Commit
805bf1b3
authored
Oct 20, 1999
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added note that Skip created the initial version of this file.
Fixed up a few of his ??? comments.
parent
7b7dc6b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
17 deletions
+14
-17
Doc/api/refcounts.dat
Doc/api/refcounts.dat
+14
-17
No files found.
Doc/api/refcounts.dat
View file @
805bf1b3
# 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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment