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
bdabb073
Commit
bdabb073
authored
Dec 17, 2018
by
Serhiy Storchaka
Committed by
GitHub
Dec 17, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-35475: Add more PyImport* functions in refcounts.dat. (GH-11142)
parent
842acaab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
Doc/data/refcounts.dat
Doc/data/refcounts.dat
+28
-0
No files found.
Doc/data/refcounts.dat
View file @
bdabb073
...
...
@@ -569,6 +569,9 @@ Py_InitModule4:int:apiver::usually provided by Py_InitModule or Py_InitModule3
PyImport_AddModule:PyObject*::0:reference borrowed from sys.modules
PyImport_AddModule:const char*:name::
PyImport_AddModuleObject:PyObject*::0:reference borrowed from sys.modules
PyImport_AddModuleObject:PyObject*:name:0:
PyImport_Cleanup:void:::
PyImport_ExecCodeModule:PyObject*::+1:
...
...
@@ -580,6 +583,21 @@ PyImport_ExecCodeModuleEx:const char*:name::
PyImport_ExecCodeModuleEx:PyObject*:co:0:
PyImport_ExecCodeModuleEx:const char*:pathname::
PyImport_ExecCodeModuleObject:PyObject*::+1:
PyImport_ExecCodeModuleObject:const char*:name::
PyImport_ExecCodeModuleObject:PyObject*:co:0:
PyImport_ExecCodeModuleObject:PyObject*:pathname:0:
PyImport_ExecCodeModuleObject:PyObject*:cpathname:0:
PyImport_ExecCodeModuleWithPathnames:PyObject*::+1:
PyImport_ExecCodeModuleWithPathnames:const char*:name::
PyImport_ExecCodeModuleWithPathnames:PyObject*:co:0:
PyImport_ExecCodeModuleWithPathnames:const char*:pathname::
PyImport_ExecCodeModuleWithPathnames:const char*:cpathname::
PyImport_GetImporter:PyObject*::+1:
PyImport_GetImporter:PyObject*:path:0:
PyImport_GetMagicNumber:long:::
PyImport_GetModule:PyObject*::+1:
...
...
@@ -593,6 +611,9 @@ PyImport_Import:PyObject*:name:0:
PyImport_ImportFrozenModule:int:::
PyImport_ImportFrozenModule:const char*:::
PyImport_ImportFrozenModuleObject:int:::
PyImport_ImportFrozenModuleObject:PyObject*::+1:
PyImport_ImportModule:PyObject*::+1:
PyImport_ImportModule:const char*:name::
...
...
@@ -609,6 +630,13 @@ PyImport_ImportModuleLevel:PyObject*:locals:0:???
PyImport_ImportModuleLevel:PyObject*:fromlist:0:???
PyImport_ImportModuleLevel:int:level::
PyImport_ImportModuleLevelObject:PyObject*::+1:
PyImport_ImportModuleLevelObject:PyObject*:name:0:
PyImport_ImportModuleLevelObject:PyObject*:globals:0:???
PyImport_ImportModuleLevelObject:PyObject*:locals:0:???
PyImport_ImportModuleLevelObject:PyObject*:fromlist:0:???
PyImport_ImportModuleLevelObject:int:level::
PyImport_ReloadModule:PyObject*::+1:
PyImport_ReloadModule:PyObject*:m:0:
...
...
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