From 8520cc2328afc23e050f19078e6b90490e59872f Mon Sep 17 00:00:00 2001
From: Fred Drake <fdrake@acm.org>
Date: Mon, 10 Apr 2000 19:38:24 +0000
Subject: [PATCH] Added reference count information for Py_FindMethod().

---
 Doc/api/refcounts.dat | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat
index 6c2c99d628..b3006fcd0a 100644
--- a/Doc/api/refcounts.dat
+++ b/Doc/api/refcounts.dat
@@ -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*:::
-- 
2.40.0