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
a2ef9409
Commit
a2ef9409
authored
Apr 03, 2000
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merged changes from the 1.5.2p2 release.
parent
11a0f86c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
3 deletions
+24
-3
Doc/api/refcounts.dat
Doc/api/refcounts.dat
+24
-3
No files found.
Doc/api/refcounts.dat
View file @
a2ef9409
...
...
@@ -21,6 +21,27 @@
# The parameter names are as they appear in the API manual, not the source
# code.
PyBuffer_FromObject:PyObject*::+1:
PyBuffer_FromObject:PyObject*:base:+1:
PyBuffer_FromObject:int:offset::
PyBuffer_FromObject:int:size::
PyBuffer_FromReadWriteObject:PyObject*::+1:
PyBuffer_FromReadWriteObject:PyObject*:base:+1:
PyBuffer_FromReadWriteObject:int:offset::
PyBuffer_FromReadWriteObject:int:size::
PyBuffer_FromMemory:PyObject*::+1:
PyBuffer_FromMemory:void*:ptr::
PyBuffer_FromMemory:int:size::
PyBuffer_FromReadWriteMemory:PyObject*::+1:
PyBuffer_FromReadWriteMemory:void*:ptr::
PyBuffer_FromReadWriteMemory:int:size::
PyBuffer_New:PyObject*::+1:
PyBuffer_New:int:size::
PyCObject_AsVoidPtr:void*:::
PyCObject_AsVoidPtr:PyObject*:self:0:
...
...
@@ -259,16 +280,16 @@ PyImport_Import:PyObject*:name:0:
PyImport_ImportFrozenModule:int:::
PyImport_ImportFrozenModule:char*:::
PyImport_ImportModule:PyObject*::
1:not sure...
PyImport_ImportModule:PyObject*::
+1:
PyImport_ImportModule:char*:name::
PyImport_ImportModuleEx:PyObject*::
0:???
PyImport_ImportModuleEx:PyObject*::
+1:
PyImport_ImportModuleEx:char*:name::
PyImport_ImportModuleEx:PyObject*:globals:0:???
PyImport_ImportModuleEx:PyObject*:locals:0:???
PyImport_ImportModuleEx:PyObject*:fromlist:0:???
PyImport_ReloadModule:PyObject*::
0
:
PyImport_ReloadModule:PyObject*::
+1
:
PyImport_ReloadModule:PyObject*:m:0:
PyInt_AS_LONG:long:::
...
...
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