From: Fred Drake Date: Wed, 20 Feb 2002 05:07:36 +0000 (+0000) Subject: Correct the refcount information for the PyWeakref_GetObject() function. X-Git-Tag: v2.3c1~6644 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8371e840d2a8226e92a24566072b9baf6e753bce;p=python Correct the refcount information for the PyWeakref_GetObject() function. This closes SF bug #520087. --- diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat index 463eaf4708..28c795a139 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: