commit | 23c5f93b83f78f295313e137011edb18b24c37c2 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Mon Nov 09 13:40:47 2020 +0100 |
committer | GitHub <noreply@github.com> | Mon Nov 09 13:40:47 2020 +0100 |
tree | 38cc104221c9e283bdb81f9511abe4fced97d67d | |
parent | a117167d8dc8fa673a4646f509551c7950f824e5 [diff] |
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.