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
4fcf1b2b
Commit
4fcf1b2b
authored
Jul 11, 2013
by
Serhiy Storchaka
Browse files
Options
Browse Files
Download
Plain Diff
Issue #18085: Add missed const modifier for some entries in refcounts.dat.
parents
50ae3f68
244d6252
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
76 additions
and
76 deletions
+76
-76
Doc/data/refcounts.dat
Doc/data/refcounts.dat
+76
-76
No files found.
Doc/data/refcounts.dat
View file @
4fcf1b2b
...
...
@@ -210,7 +210,7 @@ PyDict_DelItem:PyObject*:key:0:
PyDict_DelItemString:int:::
PyDict_DelItemString:PyObject*:p:0:
PyDict_DelItemString:char*:key::
PyDict_DelItemString:c
onst c
har*:key::
PyDict_GetItem:PyObject*::0:0
PyDict_GetItem:PyObject*:p:0:
...
...
@@ -249,7 +249,7 @@ PyDict_SetItem:PyObject*:val:+1:
PyDict_SetItemString:int:::
PyDict_SetItemString:PyObject*:p:0:
PyDict_SetItemString:char*:key::
PyDict_SetItemString:c
onst c
har*:key::
PyDict_SetItemString:PyObject*:val:+1:
PyDict_Size:int:::
...
...
@@ -282,13 +282,13 @@ PyErr_GivenExceptionMatches:PyObject*:given:0:
PyErr_GivenExceptionMatches:PyObject*:exc:0:
PyErr_NewException:PyObject*::+1:
PyErr_NewException:char*:name::
PyErr_NewException:c
onst c
har*:name::
PyErr_NewException:PyObject*:base:0:
PyErr_NewException:PyObject*:dict:0:
PyErr_NewExceptionWithDoc:PyObject*::+1:
PyErr_NewExceptionWithDoc:char*:name::
PyErr_NewExceptionWithDoc:char*:doc::
PyErr_NewExceptionWithDoc:c
onst c
har*:name::
PyErr_NewExceptionWithDoc:c
onst c
har*:doc::
PyErr_NewExceptionWithDoc:PyObject*:base:0:
PyErr_NewExceptionWithDoc:PyObject*:dict:0:
...
...
@@ -315,21 +315,21 @@ PyErr_SetExcFromWindowsErr:int:ierr::
PyErr_SetExcFromWindowsErrWithFilename:PyObject*::null:
PyErr_SetExcFromWindowsErrWithFilename:PyObject*:type:0:
PyErr_SetExcFromWindowsErrWithFilename:int:ierr::
PyErr_SetExcFromWindowsErrWithFilename:char*:filename::
PyErr_SetExcFromWindowsErrWithFilename:c
onst c
har*:filename::
PyErr_SetFromErrno:PyObject*::null:
PyErr_SetFromErrno:PyObject*:type:0:
PyErr_SetFromErrnoWithFilename:PyObject*::null:
PyErr_SetFromErrnoWithFilename:PyObject*:type:0:
PyErr_SetFromErrnoWithFilename:char*:filename::
PyErr_SetFromErrnoWithFilename:c
onst c
har*:filename::
PyErr_SetFromWindowsErr:PyObject*::null:
PyErr_SetFromWindowsErr:int:ierr::
PyErr_SetFromWindowsErrWithFilename:PyObject*::null:
PyErr_SetFromWindowsErrWithFilename:int:ierr::
PyErr_SetFromWindowsErrWithFilename:char*:filename::
PyErr_SetFromWindowsErrWithFilename:c
onst c
har*:filename::
PyErr_SetInterrupt:void:::
...
...
@@ -342,11 +342,11 @@ PyErr_SetObject:PyObject*:value:+1:
PyErr_SetString:void:::
PyErr_SetString:PyObject*:type:+1:
PyErr_SetString:char*:message::
PyErr_SetString:c
onst c
har*:message::
PyErr_Format:PyObject*::null:
PyErr_Format:PyObject*:exception:+1:
PyErr_Format:char*:format::
PyErr_Format:c
onst c
har*:format::
PyErr_Format::...::
PyErr_WarnEx:int:::
...
...
@@ -391,22 +391,22 @@ PyFile_Check:PyObject*:p:0:
PyFile_FromFile:PyObject*::+1:
PyFile_FromFile:FILE*:fp::
PyFile_FromFile:char*:name::
PyFile_FromFile:char*:mode::
PyFile_FromFile:c
onst c
har*:name::
PyFile_FromFile:c
onst c
har*:mode::
PyFile_FromFile:int(*:close)::
PyFile_FromFileEx:PyObject*::+1:
PyFile_FromFileEx:FILE*:fp::
PyFile_FromFileEx:char*:name::
PyFile_FromFileEx:char*:mode::
PyFile_FromFileEx:c
onst c
har*:name::
PyFile_FromFileEx:c
onst c
har*:mode::
PyFile_FromFileEx:int(*:close)::
PyFile_FromFileEx:int:buffering::
PyFile_FromFileEx:char*:encoding::
PyFile_FromFileEx:char*:newline::
PyFile_FromFileEx:c
onst c
har*:encoding::
PyFile_FromFileEx:c
onst c
har*:newline::
PyFile_FromString:PyObject*::+1:
PyFile_FromString:char*:name::
PyFile_FromString:char*:mode::
PyFile_FromString:c
onst c
har*:name::
PyFile_FromString:c
onst c
har*:mode::
PyFile_GetLine:PyObject*::+1:
PyFile_GetLine:PyObject*:p::
...
...
@@ -487,23 +487,23 @@ PyGen_New:PyObject*::+1:
PyGen_New:PyFrameObject*:frame:0:
Py_InitModule:PyObject*::0:
Py_InitModule:char*:name::
Py_InitModule:c
onst c
har*:name::
Py_InitModule:PyMethodDef[]:methods::
Py_InitModule3:PyObject*::0:
Py_InitModule3:char*:name::
Py_InitModule3:c
onst c
har*:name::
Py_InitModule3:PyMethodDef[]:methods::
Py_InitModule3:char*:doc::
Py_InitModule3:c
onst c
har*:doc::
Py_InitModule4:PyObject*::0:
Py_InitModule4:char*:name::
Py_InitModule4:c
onst c
har*:name::
Py_InitModule4:PyMethodDef[]:methods::
Py_InitModule4:char*:doc::
Py_InitModule4:c
onst c
har*:doc::
Py_InitModule4:PyObject*:self::
Py_InitModule4:int:apiver::usually provided by Py_InitModule or Py_InitModule3
PyImport_AddModule:PyObject*::0:reference borrowed from sys.modules
PyImport_AddModule:char*:name::
PyImport_AddModule:c
onst c
har*:name::
PyImport_Cleanup:void:::
...
...
@@ -527,16 +527,16 @@ PyImport_ImportFrozenModule:int:::
PyImport_ImportFrozenModule:char*:::
PyImport_ImportModule:PyObject*::+1:
PyImport_ImportModule:char*:name::
PyImport_ImportModule:c
onst c
har*:name::
PyImport_ImportModuleEx:PyObject*::+1:
PyImport_ImportModuleEx:char*:name::
PyImport_ImportModuleEx:c
onst c
har*:name::
PyImport_ImportModuleEx:PyObject*:globals:0:???
PyImport_ImportModuleEx:PyObject*:locals:0:???
PyImport_ImportModuleEx:PyObject*:fromlist:0:???
PyImport_ImportModuleLevel:PyObject*::+1:
PyImport_ImportModuleLevel:char*:name::
PyImport_ImportModuleLevel:c
onst c
har*:name::
PyImport_ImportModuleLevel:PyObject*:globals:0:???
PyImport_ImportModuleLevel:PyObject*:locals:0:???
PyImport_ImportModuleLevel:PyObject*:fromlist:0:???
...
...
@@ -697,7 +697,7 @@ PyMapping_DelItem:PyObject*:key:0:
PyMapping_DelItemString:int:::
PyMapping_DelItemString:PyObject*:o:0:
PyMapping_DelItemString:char*:key::
PyMapping_DelItemString:c
onst c
har*:key::
PyMapping_GetItemString:PyObject*::+1:
PyMapping_GetItemString:PyObject*:o:0:
...
...
@@ -767,10 +767,10 @@ PyMethod_Self:PyObject*:im:0:
PyModule_GetDict:PyObject*::0:
PyModule_GetDict::PyObject* module:0:
PyModule_GetFilename:char*:::
PyModule_GetFilename:c
onst c
har*:::
PyModule_GetFilename:PyObject*:module:0:
PyModule_GetName:char*:::
PyModule_GetName:c
onst c
har*:::
PyModule_GetName:PyObject*:module:0:
PyModule_New:PyObject*::+1:
...
...
@@ -954,7 +954,7 @@ PyObject_DelAttr:PyObject*:attr_name:0:
PyObject_DelAttrString:int:::
PyObject_DelAttrString:PyObject*:o:0:
PyObject_DelAttrString:char*:attr_name::
PyObject_DelAttrString:c
onst c
har*:attr_name::
PyObject_DelItem:int:::
PyObject_DelItem:PyObject*:o:0:
...
...
@@ -969,7 +969,7 @@ PyObject_GetAttr:PyObject*:attr_name:0:
PyObject_GetAttrString:PyObject*::+1:
PyObject_GetAttrString:PyObject*:o:0:
PyObject_GetAttrString:char*:attr_name::
PyObject_GetAttrString:c
onst c
har*:attr_name::
PyObject_GetItem:PyObject*::+1:
PyObject_GetItem:PyObject*:o:0:
...
...
@@ -984,7 +984,7 @@ PyObject_HasAttr:PyObject*:attr_name:0:
PyObject_HasAttrString:int:::
PyObject_HasAttrString:PyObject*:o:0:
PyObject_HasAttrString:char*:attr_name:0:
PyObject_HasAttrString:c
onst c
har*:attr_name:0:
PyObject_Hash:int:::
PyObject_Hash:PyObject*:o:0:
...
...
@@ -1034,7 +1034,7 @@ PyObject_SetAttr:PyObject*:v:+1:
PyObject_SetAttrString:int:::
PyObject_SetAttrString:PyObject*:o:0:
PyObject_SetAttrString:char*:attr_name::
PyObject_SetAttrString:c
onst c
har*:attr_name::
PyObject_SetAttrString:PyObject*:v:+1:
PyObject_SetItem:int:::
...
...
@@ -1053,27 +1053,27 @@ PyObject_Unicode:PyObject*:o:0:
PyParser_SimpleParseFile:struct _node*:::
PyParser_SimpleParseFile:FILE*:fp::
PyParser_SimpleParseFile:char*:filename::
PyParser_SimpleParseFile:c
onst c
har*:filename::
PyParser_SimpleParseFile:int:start::
PyParser_SimpleParseString:struct _node*:::
PyParser_SimpleParseString:char*:str::
PyParser_SimpleParseString:c
onst c
har*:str::
PyParser_SimpleParseString:int:start::
PyRun_AnyFile:int:::
PyRun_AnyFile:FILE*:fp::
PyRun_AnyFile:char*:filename::
PyRun_AnyFile:c
onst c
har*:filename::
PyRun_File:PyObject*::+1:??? -- same as eval_code2()
PyRun_File:FILE*:fp::
PyRun_File:char*:filename::
PyRun_File:c
onst c
har*:filename::
PyRun_File:int:start::
PyRun_File:PyObject*:globals:0:
PyRun_File:PyObject*:locals:0:
PyRun_FileEx:PyObject*::+1:??? -- same as eval_code2()
PyRun_FileEx:FILE*:fp::
PyRun_FileEx:char*:filename::
PyRun_FileEx:c
onst c
har*:filename::
PyRun_FileEx:int:start::
PyRun_FileEx:PyObject*:globals:0:
PyRun_FileEx:PyObject*:locals:0:
...
...
@@ -1081,7 +1081,7 @@ PyRun_FileEx:int:closeit::
PyRun_FileFlags:PyObject*::+1:??? -- same as eval_code2()
PyRun_FileFlags:FILE*:fp::
PyRun_FileFlags:char*:filename::
PyRun_FileFlags:c
onst c
har*:filename::
PyRun_FileFlags:int:start::
PyRun_FileFlags:PyObject*:globals:0:
PyRun_FileFlags:PyObject*:locals:0:
...
...
@@ -1089,7 +1089,7 @@ PyRun_FileFlags:PyCompilerFlags*:flags::
PyRun_FileExFlags:PyObject*::+1:??? -- same as eval_code2()
PyRun_FileExFlags:FILE*:fp::
PyRun_FileExFlags:char*:filename::
PyRun_FileExFlags:c
onst c
har*:filename::
PyRun_FileExFlags:int:start::
PyRun_FileExFlags:PyObject*:globals:0:
PyRun_FileExFlags:PyObject*:locals:0:
...
...
@@ -1098,27 +1098,27 @@ PyRun_FileExFlags:PyCompilerFlags*:flags::
PyRun_InteractiveLoop:int:::
PyRun_InteractiveLoop:FILE*:fp::
PyRun_InteractiveLoop:char*:filename::
PyRun_InteractiveLoop:c
onst c
har*:filename::
PyRun_InteractiveOne:int:::
PyRun_InteractiveOne:FILE*:fp::
PyRun_InteractiveOne:char*:filename::
PyRun_InteractiveOne:c
onst c
har*:filename::
PyRun_SimpleFile:int:::
PyRun_SimpleFile:FILE*:fp::
PyRun_SimpleFile:char*:filename::
PyRun_SimpleFile:c
onst c
har*:filename::
PyRun_SimpleString:int:::
PyRun_SimpleString:char*:command::
PyRun_SimpleString:c
onst c
har*:command::
PyRun_String:PyObject*::+1:??? -- same as eval_code2()
PyRun_String:char*:str::
PyRun_String:c
onst c
har*:str::
PyRun_String:int:start::
PyRun_String:PyObject*:globals:0:
PyRun_String:PyObject*:locals:0:
PyRun_StringFlags:PyObject*::+1:??? -- same as eval_code2()
PyRun_StringFlags:char*:str::
PyRun_StringFlags:c
onst c
har*:str::
PyRun_StringFlags:int:start::
PyRun_StringFlags:PyObject*:globals:0:
PyRun_StringFlags:PyObject*:locals:0:
...
...
@@ -1234,7 +1234,7 @@ PySlice_New:PyObject*:start:0:
PySlice_New:PyObject*:stop:0:
PySlice_New:PyObject*:step:0:
PyString_AS_STRING:char*:::
PyString_AS_STRING:c
onst c
har*:::
PyString_AS_STRING:PyObject*:string:0:
PyString_AsDecodedObject:PyObject*::+1:
...
...
@@ -1247,7 +1247,7 @@ PyString_AsEncodedObject:PyObject*:str:0:
PyString_AsEncodedObject:const char*:encoding::
PyString_AsEncodedObject:const char*:errors::
PyString_AsString:char*:::
PyString_AsString:c
onst c
har*:::
PyString_AsString:PyObject*:string:0:
PyString_AsStringAndSize:int:::
...
...
@@ -1315,13 +1315,13 @@ PyString_AsEncodedString:const char*:encoding::
PyString_AsEncodedString:const char*:errors::
PySys_AddWarnOption:void:::
PySys_AddWarnOption:char*:s::
PySys_AddWarnOption:c
onst c
har*:s::
PySys_AddXOption:void:::
PySys_AddXOption:const wchar_t*:s::
PySys_GetObject:PyObject*::0:
PySys_GetObject:char*:name::
PySys_GetObject:c
onst c
har*:name::
PySys_GetXOptions:PyObject*::0:
...
...
@@ -1330,16 +1330,16 @@ PySys_SetArgv:int:argc::
PySys_SetArgv:char**:argv::
PySys_SetObject:int:::
PySys_SetObject:char*:name::
PySys_SetObject:c
onst c
har*:name::
PySys_SetObject:PyObject*:v:+1:
PySys_ResetWarnOptions:void:::
PySys_WriteStdout:void:::
PySys_WriteStdout:char*:format::
PySys_WriteStdout:c
onst c
har*:format::
PySys_WriteStderr:void:::
PySys_WriteStderr:char*:format::
PySys_WriteStderr:c
onst c
har*:format::
PyThreadState_Clear:void:::
PyThreadState_Clear:PyThreadState*:tstate::
...
...
@@ -1719,16 +1719,16 @@ Py_AtExit:int:::
Py_AtExit:void (*)():func::
Py_BuildValue:PyObject*::+1:
Py_BuildValue:char*:format::
Py_BuildValue:c
onst c
har*:format::
Py_CompileString:PyObject*::+1:
Py_CompileString:char*:str::
Py_CompileString:char*:filename::
Py_CompileString:c
onst c
har*:str::
Py_CompileString:c
onst c
har*:filename::
Py_CompileString:int:start::
Py_CompileStringFlags:PyObject*::+1:
Py_CompileStringFlags:char*:str::
Py_CompileStringFlags:char*:filename::
Py_CompileStringFlags:c
onst c
har*:str::
Py_CompileStringFlags:c
onst c
har*:filename::
Py_CompileStringFlags:int:start::
Py_CompileStringFlags:PyCompilerFlags*:flags::
...
...
@@ -1742,33 +1742,33 @@ Py_Exit:void:::
Py_Exit:int:status::
Py_FatalError:void:::
Py_FatalError:char*:message::
Py_FatalError:c
onst c
har*:message::
Py_FdIsInteractive:int:::
Py_FdIsInteractive:FILE*:fp::
Py_FdIsInteractive:char*:filename::
Py_FdIsInteractive:c
onst c
har*:filename::
Py_Finalize:void:::
Py_GetBuildInfoconst:char*:::
Py_GetBuildInfoconst:c
onst c
har*:::
Py_GetCompilerconst:char*:::
Py_GetCompilerconst:c
onst c
har*:::
Py_GetCopyrightconst:char*:::
Py_GetCopyrightconst:c
onst c
har*:::
Py_GetExecPrefix:char*:::
Py_GetExecPrefix:c
onst c
har*:::
Py_GetPath:char*:::
Py_GetPath:c
onst c
har*:::
Py_GetPlatformconst:char*:::
Py_GetPlatformconst:c
onst c
har*:::
Py_GetPrefix:char*:::
Py_GetPrefix:c
onst c
har*:::
Py_GetProgramFullPath:char*:::
Py_GetProgramFullPath:c
onst c
har*:::
Py_GetProgramName:char*:::
Py_GetProgramName:c
onst c
har*:::
Py_GetVersionconst:char*:::
Py_GetVersionconst:c
onst c
har*:::
Py_INCREF:void:::
Py_INCREF:PyObject*:o:+1:
...
...
@@ -1780,7 +1780,7 @@ Py_IsInitialized:int:::
Py_NewInterpreter:PyThreadState*:::
Py_SetProgramName:void:::
Py_SetProgramName:char*:name::
Py_SetProgramName:c
onst c
har*:name::
Py_XDECREF:void:::
Py_XDECREF:PyObject*:o:-1:if o is not NULL
...
...
@@ -1789,14 +1789,14 @@ Py_XINCREF:void:::
Py_XINCREF:PyObject*:o:+1:if o is not NULL
_PyImport_FindExtension:PyObject*::0:??? see PyImport_AddModule
_PyImport_FindExtension:char*:::
_PyImport_FindExtension:char*:::
_PyImport_FindExtension:c
onst c
har*:::
_PyImport_FindExtension:c
onst c
har*:::
_PyImport_Fini:void:::
_PyImport_FixupExtension:PyObject*:::???
_PyImport_FixupExtension:char*:::
_PyImport_FixupExtension:char*:::
_PyImport_FixupExtension:c
onst c
har*:::
_PyImport_FixupExtension:c
onst c
har*:::
_PyImport_Init:void:::
...
...
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