Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8371e84

Browse files
committed
Correct the refcount information for the PyWeakref_GetObject() function.
This closes SF bug #520087.
1 parent 8044055 commit 8371e84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/api/refcounts.dat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1413,7 +1413,7 @@ PyUnicode_Contains:PyObject*:element:0:
14131413
PyWeakref_GET_OBJECT:PyObject*::0:
14141414
PyWeakref_GET_OBJECT:PyObject*:ref:0:
14151415

1416-
PyWeakref_GetObject:PyObject*::+1:
1416+
PyWeakref_GetObject:PyObject*::0:
14171417
PyWeakref_GetObject:PyObject*:ref:0:
14181418

14191419
PyWeakref_NewProxy:PyObject*::+1:

0 commit comments

Comments
 (0)