Commit 8371e840 authored by Fred Drake's avatar Fred Drake

Correct the refcount information for the PyWeakref_GetObject() function.

This closes SF bug #520087.
parent 8044055d
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment