From 8371e840d2a8226e92a24566072b9baf6e753bce Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 20 Feb 2002 05:07:36 +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 463eaf47080..28c795a1396 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: