Kaydet (Commit) 2945a998 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

merge 3.2

...@@ -55,7 +55,7 @@ as much as it can. ...@@ -55,7 +55,7 @@ as much as it can.
Return the referenced object from a weak reference, *ref*. If the referent is Return the referenced object from a weak reference, *ref*. If the referent is
no longer live, returns :const:`Py_None`. no longer live, returns :const:`Py_None`.
.. warning:: .. note::
This function returns a **borrowed reference** to the referenced object. This function returns a **borrowed reference** to the referenced object.
This means that you should always call :c:func:`Py_INCREF` on the object This means that you should always call :c:func:`Py_INCREF` on the object
......
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