René's URL Explorer Experiment


Title: Reference Counting — Python 3.15.0a5 documentation

Open Graph Title: Reference Counting

Description: The functions and macros in this section are used for managing reference counts of Python objects.

Open Graph Description: The functions and macros in this section are used for managing reference counts of Python objects.

Opengraph URL: https://docs.python.org/3/c-api/refcounting.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.15/_images/social_previews/summary_c-api_refcounting_8cfb322e.png
og:image:altThe functions and macros in this section are used for managing reference counts of Python objects.
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
The Very High Level Layerhttps://docs.python.org/dev/c-api/veryhigh.html
Exception Handlinghttps://docs.python.org/dev/c-api/exceptions.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/refcounting.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/c-api/exceptions.html
previoushttps://docs.python.org/dev/c-api/veryhigh.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
Python/C API Reference Manualhttps://docs.python.org/dev/c-api/index.html
Reference Countinghttps://docs.python.org/dev/c-api/refcounting.html
https://docs.python.org/dev/c-api/refcounting.html#reference-counting
Py_ssize_thttps://docs.python.org/dev/c-api/intro.html#c.Py_ssize_t
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/refcounting.html#c.Py_REFCNT
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
immortalhttps://docs.python.org/dev/glossary.html#term-immortal
Py_SET_REFCNT()https://docs.python.org/dev/c-api/refcounting.html#c.Py_SET_REFCNT
free threadedhttps://docs.python.org/dev/glossary.html#term-free-threading
PyUnstable_Object_IsUniquelyReferenced()https://docs.python.org/dev/c-api/object.html#c.PyUnstable_Object_IsUniquelyReferenced
PyUnstable_Object_IsUniqueReferencedTemporary()https://docs.python.org/dev/c-api/object.html#c.PyUnstable_Object_IsUniqueReferencedTemporary
Py_REFCNT()https://docs.python.org/dev/c-api/refcounting.html#c.Py_REFCNT
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
Py_ssize_thttps://docs.python.org/dev/c-api/intro.html#c.Py_ssize_t
https://docs.python.org/dev/c-api/refcounting.html#c.Py_SET_REFCNT
Python build with Free Threadinghttps://docs.python.org/dev/using/configure.html#free-threading-build
immortalhttps://docs.python.org/dev/glossary.html#term-immortal
immortalhttps://docs.python.org/dev/glossary.html#term-immortal
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/refcounting.html#c.Py_INCREF
strong referencehttps://docs.python.org/dev/glossary.html#term-strong-reference
immortalhttps://docs.python.org/dev/glossary.html#term-immortal
borrowed referencehttps://docs.python.org/dev/glossary.html#term-borrowed-reference
strong referencehttps://docs.python.org/dev/glossary.html#term-strong-reference
Py_NewRef()https://docs.python.org/dev/c-api/refcounting.html#c.Py_NewRef
strong referencehttps://docs.python.org/dev/glossary.html#term-strong-reference
Py_DECREF()https://docs.python.org/dev/c-api/refcounting.html#c.Py_DECREF
Py_XINCREF()https://docs.python.org/dev/c-api/refcounting.html#c.Py_XINCREF
some objectshttps://peps.python.org/pep-0683/
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/refcounting.html#c.Py_XINCREF
Py_INCREF()https://docs.python.org/dev/c-api/refcounting.html#c.Py_INCREF
Py_XNewRef()https://docs.python.org/dev/c-api/refcounting.html#c.Py_XNewRef
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/refcounting.html#c.Py_NewRef
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
strong referencehttps://docs.python.org/dev/glossary.html#term-strong-reference
Py_INCREF()https://docs.python.org/dev/c-api/refcounting.html#c.Py_INCREF
strong referencehttps://docs.python.org/dev/glossary.html#term-strong-reference
Py_DECREF()https://docs.python.org/dev/c-api/refcounting.html#c.Py_DECREF
Py_XNewRef()https://docs.python.org/dev/c-api/refcounting.html#c.Py_XNewRef
Py_INCREF()https://docs.python.org/dev/c-api/refcounting.html#c.Py_INCREF
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/refcounting.html#c.Py_XNewRef
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
Py_NewRef()https://docs.python.org/dev/c-api/refcounting.html#c.Py_NewRef
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/refcounting.html#c.Py_DECREF
strong referencehttps://docs.python.org/dev/glossary.html#term-strong-reference
immortalhttps://docs.python.org/dev/glossary.html#term-immortal
strong referencehttps://docs.python.org/dev/glossary.html#term-strong-reference
strong referencehttps://docs.python.org/dev/glossary.html#term-strong-reference
Py_XDECREF()https://docs.python.org/dev/c-api/refcounting.html#c.Py_XDECREF
some objectshttps://peps.python.org/pep-0683/
__del__()https://docs.python.org/dev/reference/datamodel.html#object.__del__
Py_DECREF()https://docs.python.org/dev/c-api/refcounting.html#c.Py_DECREF
Py_DECREF()https://docs.python.org/dev/c-api/refcounting.html#c.Py_DECREF
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/refcounting.html#c.Py_XDECREF
Py_DECREF()https://docs.python.org/dev/c-api/refcounting.html#c.Py_DECREF
Py_DECREF()https://docs.python.org/dev/c-api/refcounting.html#c.Py_DECREF
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/refcounting.html#c.Py_CLEAR
strong referencehttps://docs.python.org/dev/glossary.html#term-strong-reference
Py_DECREF()https://docs.python.org/dev/c-api/refcounting.html#c.Py_DECREF
Py_DECREF()https://docs.python.org/dev/c-api/refcounting.html#c.Py_DECREF
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/refcounting.html#c.Py_IncRef
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
strong referencehttps://docs.python.org/dev/glossary.html#term-strong-reference
Py_XINCREF()https://docs.python.org/dev/c-api/refcounting.html#c.Py_XINCREF
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/refcounting.html#c.Py_DecRef
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
strong referencehttps://docs.python.org/dev/glossary.html#term-strong-reference
Py_XDECREF()https://docs.python.org/dev/c-api/refcounting.html#c.Py_XDECREF
https://docs.python.org/dev/c-api/refcounting.html#c.Py_SETREF
strong referencehttps://docs.python.org/dev/glossary.html#term-strong-reference
Py_CLEAR()https://docs.python.org/dev/c-api/refcounting.html#c.Py_CLEAR
https://docs.python.org/dev/c-api/refcounting.html#c.Py_XSETREF
Py_SETREFhttps://docs.python.org/dev/c-api/refcounting.html#c.Py_SETREF
Py_XDECREF()https://docs.python.org/dev/c-api/refcounting.html#c.Py_XDECREF
Py_DECREF()https://docs.python.org/dev/c-api/refcounting.html#c.Py_DECREF
The Very High Level Layerhttps://docs.python.org/dev/c-api/veryhigh.html
Exception Handlinghttps://docs.python.org/dev/c-api/exceptions.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/refcounting.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/c-api/exceptions.html
previoushttps://docs.python.org/dev/c-api/veryhigh.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
Python/C API Reference Manualhttps://docs.python.org/dev/c-api/index.html
Reference Countinghttps://docs.python.org/dev/c-api/refcounting.html
Copyrighthttps://docs.python.org/dev/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.