René's URL Explorer Experiment


Title: Weak Reference Objects — Python 3.15.0a5 documentation

Open Graph Title: Weak Reference Objects

Description: Python supports weak references as first-class objects. There are two specific object types which directly implement weak references. The first is a simple reference object, and the second acts as ...

Open Graph Description: Python supports weak references as first-class objects. There are two specific object types which directly implement weak references. The first is a simple reference object, and the second acts as ...

Opengraph URL: https://docs.python.org/3/c-api/weakref.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_weakref_ddec27f1.png
og:image:altPython supports weak references as first-class objects. There are two specific object types which directly implement weak references. The first is a simple reference object, and the second acts as ...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Pickle buffer objectshttps://docs.python.org/dev/c-api/picklebuffer.html
Capsuleshttps://docs.python.org/dev/c-api/capsule.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/weakref.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/capsule.html
previoushttps://docs.python.org/dev/c-api/picklebuffer.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
Concrete Objects Layerhttps://docs.python.org/dev/c-api/concrete.html
Weak Reference Objectshttps://docs.python.org/dev/c-api/weakref.html
https://docs.python.org/dev/c-api/weakref.html#weak-reference-objects
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/weakref.html#c.PyWeakref_Check
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/weakref.html#c.PyWeakref_CheckRef
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/weakref.html#c.PyWeakref_CheckRefExact
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/weakref.html#c.PyWeakref_CheckProxy
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
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/weakref.html#c.PyWeakref_NewRef
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
TypeErrorhttps://docs.python.org/dev/library/exceptions.html#TypeError
PyType_SUPPORTS_WEAKREFS()https://docs.python.org/dev/c-api/type.html#c.PyType_SUPPORTS_WEAKREFS
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
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/weakref.html#c.PyWeakref_NewProxy
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
TypeErrorhttps://docs.python.org/dev/library/exceptions.html#TypeError
PyType_SUPPORTS_WEAKREFS()https://docs.python.org/dev/c-api/type.html#c.PyType_SUPPORTS_WEAKREFS
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/weakref.html#c.PyWeakref_GetRef
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
strong referencehttps://docs.python.org/dev/glossary.html#term-strong-reference
strong referencehttps://docs.python.org/dev/glossary.html#term-strong-reference
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/weakref.html#c.PyWeakref_IsDead
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/weakref.html#c.PyObject_ClearWeakRefs
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
tp_deallochttps://docs.python.org/dev/c-api/typeobj.html#c.PyTypeObject.tp_dealloc
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/weakref.html#c.PyUnstable_Object_ClearWeakRefsNoCallbacks
Unstable APIhttps://docs.python.org/dev/c-api/stable.html#unstable-c-api
tp_deallochttps://docs.python.org/dev/c-api/typeobj.html#c.PyTypeObject.tp_dealloc
__del__()https://docs.python.org/dev/reference/datamodel.html#object.__del__
PyObject_ClearWeakRefs()https://docs.python.org/dev/c-api/weakref.html#c.PyObject_ClearWeakRefs
PyObject_ClearWeakRefs()https://docs.python.org/dev/c-api/weakref.html#c.PyObject_ClearWeakRefs
Pickle buffer objectshttps://docs.python.org/dev/c-api/picklebuffer.html
Capsuleshttps://docs.python.org/dev/c-api/capsule.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/weakref.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/capsule.html
previoushttps://docs.python.org/dev/c-api/picklebuffer.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
Concrete Objects Layerhttps://docs.python.org/dev/c-api/concrete.html
Weak Reference Objectshttps://docs.python.org/dev/c-api/weakref.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.