René's URL Explorer Experiment


Title: Supporting Cyclic Garbage Collection — Python 2.7.18 documentation

direct link

Domain: docs.python.org

Links:

no longer supportedhttps://devguide.python.org/devcycle/#end-of-life-branches
Python documentation for the current stable releasehttps://docs.python.org/3/c-api/gcsupport.html
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/distributing/index.html
previoushttps://docs.python.org/2/c-api/typeobj.html
Pythonhttps://www.python.org/
Python 2.7.18 documentationhttps://docs.python.org/2/index.html
Python/C API Reference Manualhttps://docs.python.org/2/c-api/index.html
Object Implementation Supporthttps://docs.python.org/2/c-api/objimpl.html
https://docs.python.org/2/c-api/gcsupport.html#supporting-cyclic-garbage-collection
tp_flagshttps://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_flags
Py_TPFLAGS_HAVE_GChttps://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_HAVE_GC
tp_traversehttps://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_traverse
tp_clearhttps://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_clear
PyObject_GC_New()https://docs.python.org/2/c-api/gcsupport.html#c.PyObject_GC_New
PyObject_GC_NewVar()https://docs.python.org/2/c-api/gcsupport.html#c.PyObject_GC_NewVar
PyObject_GC_Track()https://docs.python.org/2/c-api/gcsupport.html#c.PyObject_GC_Track
PyTypeObjecthttps://docs.python.org/2/c-api/type.html#c.PyTypeObject
https://docs.python.org/2/c-api/gcsupport.html#c.PyObject_GC_New
PyObject_New()https://docs.python.org/2/c-api/allocation.html#c.PyObject_New
Py_TPFLAGS_HAVE_GChttps://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_HAVE_GC
PyTypeObjecthttps://docs.python.org/2/c-api/type.html#c.PyTypeObject
https://docs.python.org/2/c-api/gcsupport.html#c.PyObject_GC_NewVar
PyObject_NewVar()https://docs.python.org/2/c-api/allocation.html#c.PyObject_NewVar
Py_TPFLAGS_HAVE_GChttps://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_HAVE_GC
PyVarObjecthttps://docs.python.org/2/c-api/structures.html#c.PyVarObject
https://docs.python.org/2/c-api/gcsupport.html#c.PyObject_GC_Resize
PyObject_NewVar()https://docs.python.org/2/c-api/allocation.html#c.PyObject_NewVar
PyObjecthttps://docs.python.org/2/c-api/structures.html#c.PyObject
https://docs.python.org/2/c-api/gcsupport.html#c.PyObject_GC_Track
tp_traversehttps://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_traverse
PyObjecthttps://docs.python.org/2/c-api/structures.html#c.PyObject
https://docs.python.org/2/c-api/gcsupport.html#c._PyObject_GC_TRACK
PyObject_GC_Track()https://docs.python.org/2/c-api/gcsupport.html#c.PyObject_GC_Track
PyObject_GC_UnTrack()https://docs.python.org/2/c-api/gcsupport.html#c.PyObject_GC_UnTrack
PyObject_GC_Del()https://docs.python.org/2/c-api/gcsupport.html#c.PyObject_GC_Del
https://docs.python.org/2/c-api/gcsupport.html#c.PyObject_GC_Del
PyObject_GC_New()https://docs.python.org/2/c-api/gcsupport.html#c.PyObject_GC_New
PyObject_GC_NewVar()https://docs.python.org/2/c-api/gcsupport.html#c.PyObject_GC_NewVar
https://docs.python.org/2/c-api/gcsupport.html#c.PyObject_GC_UnTrack
PyObject_GC_Track()https://docs.python.org/2/c-api/gcsupport.html#c.PyObject_GC_Track
tp_deallochttps://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_dealloc
tp_traversehttps://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_traverse
PyObjecthttps://docs.python.org/2/c-api/structures.html#c.PyObject
https://docs.python.org/2/c-api/gcsupport.html#c._PyObject_GC_UNTRACK
PyObject_GC_UnTrack()https://docs.python.org/2/c-api/gcsupport.html#c.PyObject_GC_UnTrack
tp_traversehttps://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_traverse
PyObjecthttps://docs.python.org/2/c-api/structures.html#c.PyObject
https://docs.python.org/2/c-api/gcsupport.html#c.visitproc
tp_traversehttps://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_traverse
tp_traversehttps://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_traverse
tp_traversehttps://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_traverse
PyObjecthttps://docs.python.org/2/c-api/structures.html#c.PyObject
visitprochttps://docs.python.org/2/c-api/gcsupport.html#c.visitproc
https://docs.python.org/2/c-api/gcsupport.html#c.traverseproc
tp_traversehttps://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_traverse
Py_VISIT()https://docs.python.org/2/c-api/gcsupport.html#c.Py_VISIT
tp_traversehttps://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_traverse
PyObjecthttps://docs.python.org/2/c-api/structures.html#c.PyObject
https://docs.python.org/2/c-api/gcsupport.html#c.Py_VISIT
tp_traversehttps://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_traverse
tp_clearhttps://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_clear
inquiryhttps://docs.python.org/2/c-api/gcsupport.html#c.inquiry
PyObjecthttps://docs.python.org/2/c-api/structures.html#c.PyObject
https://docs.python.org/2/c-api/gcsupport.html#c.inquiry
Py_DECREF()https://docs.python.org/2/c-api/refcounting.html#c.Py_DECREF
Type Objectshttps://docs.python.org/2/c-api/typeobj.html
Distributing Python Moduleshttps://docs.python.org/2/distributing/index.html
Show Sourcehttps://docs.python.org/2/_sources/c-api/gcsupport.rst.txt
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/distributing/index.html
previoushttps://docs.python.org/2/c-api/typeobj.html
Pythonhttps://www.python.org/
Python 2.7.18 documentationhttps://docs.python.org/2/index.html
Python/C API Reference Manualhttps://docs.python.org/2/c-api/index.html
Object Implementation Supporthttps://docs.python.org/2/c-api/objimpl.html
Copyrighthttps://docs.python.org/2/copyright.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/2/bugs.html
Sphinxhttp://sphinx.pocoo.org/

URLs of crawlers that visited me.