commit | 8371e840d2a8226e92a24566072b9baf6e753bce | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Wed Feb 20 05:07:36 2002 +0000 |
committer | Fred Drake <fdrake@acm.org> | Wed Feb 20 05:07:36 2002 +0000 |
tree | a53058bd4c98dc4f94475150d2f312ebe17b8185 | |
parent | 8044055d822a3030c48ccc40aec8b66da24b6124 [diff] [blame] |
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 463eaf4..28c795a 100644 --- a/Doc/api/refcounts.dat +++ b/Doc/api/refcounts.dat
@@ -1413,7 +1413,7 @@ 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: