]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206)
authorVictor Stinner <vstinner@python.org>
Mon, 9 Nov 2020 12:40:47 +0000 (13:40 +0100)
committerGitHub <noreply@github.com>
Mon, 9 Nov 2020 12:40:47 +0000 (13:40 +0100)
commit23c5f93b83f78f295313e137011edb18b24c37c2
tree38cc104221c9e283bdb81f9511abe4fced97d67d
parenta117167d8dc8fa673a4646f509551c7950f824e5
bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206)

Add "borrowed reference" and "strong reference" to the documentation
glossary.

Enhance also Py_INCREF() and Py_NewRef() documentation.
Doc/c-api/arg.rst
Doc/c-api/init.rst
Doc/c-api/intro.rst
Doc/c-api/refcounting.rst
Doc/c-api/reflection.rst
Doc/c-api/structures.rst
Doc/c-api/typeobj.rst
Doc/c-api/weakref.rst
Doc/data/refcounts.dat
Doc/glossary.rst
Include/object.h