Additions to python.cfg
This commit is contained in:
parent
704cdac292
commit
f3af8b508a
|
@ -36,6 +36,18 @@
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<pure/>
|
<pure/>
|
||||||
<returnValue type="void"/>
|
<returnValue type="void"/>
|
||||||
|
<use-retval/>
|
||||||
|
</function>
|
||||||
|
<function name="Py_Main">
|
||||||
|
<leak-ignore/>
|
||||||
|
<returnValue type="int"/>
|
||||||
|
<arg nr="1">
|
||||||
|
<not-uninit/>
|
||||||
|
<valid>0:</valid>
|
||||||
|
</arg>
|
||||||
|
<arg nr="2">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<function name="Py_SetProgramName,Py_SetPythonHome">
|
<function name="Py_SetProgramName,Py_SetPythonHome">
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
@ -46,14 +58,31 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- void PyErr_SetString(PyObject *type, const char *message) -->
|
||||||
|
<function name="PyErr_SetString">
|
||||||
|
<leak-ignore/>
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="void"/>
|
||||||
|
<arg nr="1">
|
||||||
|
<strz/>
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="2">
|
||||||
|
<strz/>
|
||||||
|
<not-null/>
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
<function name="Py_GetProgramName,Py_GetExecPrefix,Py_GetProgramFullPath,Py_GetPath,Py_GetPythonHome">
|
<function name="Py_GetProgramName,Py_GetExecPrefix,Py_GetProgramFullPath,Py_GetPath,Py_GetPythonHome">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<returnValue type="char *"/>
|
<returnValue type="char *"/>
|
||||||
<pure/>
|
<pure/>
|
||||||
|
<use-retval/>
|
||||||
</function>
|
</function>
|
||||||
<function name="Py_GetVersion,Py_GetPlatform,Py_GetCopyright,Py_GetCompiler,Py_GetBuildInfo">
|
<function name="Py_GetVersion,Py_GetPlatform,Py_GetCopyright,Py_GetCompiler,Py_GetBuildInfo">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<returnValue type="const char *"/>
|
<returnValue type="const char *"/>
|
||||||
<pure/>
|
<pure/>
|
||||||
|
<use-retval/>
|
||||||
</function>
|
</function>
|
||||||
</def>
|
</def>
|
||||||
|
|
Loading…
Reference in New Issue