mirror of https://github.com/python/cpython
Correct the refcount information for the PyWeakref_GetObject() function.
This closes SF bug #520087.
This commit is contained in:
parent
8044055d82
commit
8371e840d2
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue