mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Added reference count information for Py_FindMethod().
This commit is contained in:
parent
a901f8fd4d
commit
8520cc2328
1 changed files with 5 additions and 0 deletions
|
@ -845,6 +845,11 @@ Py_FdIsInteractive:char*:filename::
|
|||
|
||||
Py_Finalize:void:::
|
||||
|
||||
Py_FindMethod:PyObject*::+1:
|
||||
Py_FindMethod:PyMethodDef[]:methods::
|
||||
Py_FindMethod:PyObject*:self:+1:
|
||||
Py_FindMethod:char*:name::
|
||||
|
||||
Py_GetBuildInfoconst:char*:::
|
||||
|
||||
Py_GetCompilerconst:char*:::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue