| commit | 8520cc2328afc23e050f19078e6b90490e59872f | [log] [tgz] |
|---|---|---|
| author | Fred Drake <fdrake@acm.org> | Mon Apr 10 19:38:24 2000 +0000 |
| committer | Fred Drake <fdrake@acm.org> | Mon Apr 10 19:38:24 2000 +0000 |
| tree | 5198cb3e89b09f150a10dcc69e8993f745d7236e | |
| parent | a901f8fd4d14d9e85b772d2466589f36585e9070 [diff] |
Added reference count information for Py_FindMethod().
diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat index 6c2c99d..b3006fc 100644 --- a/Doc/api/refcounts.dat +++ b/Doc/api/refcounts.dat
@@ -845,6 +845,11 @@ 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*:::