mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Correct the refcount information for the PyWeakref_GetObject() function.
This closes SF bug #520087.
This commit is contained in:
parent
8044055d82
commit
8371e840d2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue