Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8520cc2

Browse files
committed
Added reference count information for Py_FindMethod().
1 parent a901f8f commit 8520cc2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Doc/api/refcounts.dat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -845,6 +845,11 @@ Py_FdIsInteractive:char*:filename::
845845

846846
Py_Finalize:void:::
847847

848+
Py_FindMethod:PyObject*::+1:
849+
Py_FindMethod:PyMethodDef[]:methods::
850+
Py_FindMethod:PyObject*:self:+1:
851+
Py_FindMethod:char*:name::
852+
848853
Py_GetBuildInfoconst:char*:::
849854

850855
Py_GetCompilerconst:char*:::

0 commit comments

Comments
 (0)