mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
demote this to a note
This commit is contained in:
parent
0aa71f7982
commit
2e3a38a774
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ as much as it can.
|
|||
Return the referenced object from a weak reference, *ref*. If the referent is
|
||||
no longer live, returns :const:`Py_None`.
|
||||
|
||||
.. warning::
|
||||
.. note::
|
||||
|
||||
This function returns a **borrowed reference** to the referenced object.
|
||||
This means that you should always call :c:func:`Py_INCREF` on the object
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue