From 2d677d29e2604fff9e222ad7f9563f91e0d991c0 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 20 Feb 2002 05:08:02 +0000 Subject: [PATCH] Correct the refcount information for the PyWeakref_GetObject() function. This closes SF bug #520087. --- Doc/api/refcounts.dat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat index 463eaf470804..28c795a13961 100644 --- a/Doc/api/refcounts.dat +++ b/Doc/api/refcounts.dat @@ -1413,7 +1413,7 @@ PyUnicode_Contains:PyObject*:element:0: PyWeakref_GET_OBJECT:PyObject*::0: PyWeakref_GET_OBJECT:PyObject*:ref:0: -PyWeakref_GetObject:PyObject*::+1: +PyWeakref_GetObject:PyObject*::0: PyWeakref_GetObject:PyObject*:ref:0: PyWeakref_NewProxy:PyObject*::+1: -- 2.47.3