From: Fred Drake Date: Wed, 20 Feb 2002 05:08:02 +0000 (+0000) Subject: Correct the refcount information for the PyWeakref_GetObject() function. X-Git-Tag: v2.2.1c1~199 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d677d29e2604fff9e222ad7f9563f91e0d991c0;p=thirdparty%2FPython%2Fcpython.git 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 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: