diff options
author | Fred Drake <fdrake@acm.org> | 2002-02-20 05:07:36 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-02-20 05:07:36 (GMT) |
commit | 8371e840d2a8226e92a24566072b9baf6e753bce (patch) | |
tree | a53058bd4c98dc4f94475150d2f312ebe17b8185 /Doc | |
parent | 8044055d822a3030c48ccc40aec8b66da24b6124 (diff) | |
download | cpython-8371e840d2a8226e92a24566072b9baf6e753bce.zip cpython-8371e840d2a8226e92a24566072b9baf6e753bce.tar.gz cpython-8371e840d2a8226e92a24566072b9baf6e753bce.tar.bz2 |
Correct the refcount information for the PyWeakref_GetObject() function.
This closes SF bug #520087.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/api/refcounts.dat | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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: |