René's URL Explorer Experiment


Title: 循環垃圾回收的支援 — Python 3.14.0 說明文件

direct link

Domain: python.github.io

readthedocs-addons-api-version1

Links:

https://www.python.org/
目錄https://python.github.io/python-docs-zh-tw/contents.html
循環垃圾回收的支援https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html
Controlling the Garbage Collector Statehttps://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#controlling-the-garbage-collector-state
Querying Garbage Collector Statehttps://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#querying-garbage-collector-state
型別物件結構https://python.github.io/python-docs-zh-tw/c-api/typeobj.html
API 和 ABI 版本管理https://python.github.io/python-docs-zh-tw/c-api/apiabiversion.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/c-api/gcsupport.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/c-api/apiabiversion.html
上一頁https://python.github.io/python-docs-zh-tw/c-api/typeobj.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python/C API 參考手冊https://python.github.io/python-docs-zh-tw/c-api/index.html
物件實作支援https://python.github.io/python-docs-zh-tw/c-api/objimpl.html
循環垃圾回收的支援https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html
https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#supporting-cyclic-garbage-collection
tp_flagshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_flags
Py_TPFLAGS_HAVE_GChttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_HAVE_GC
tp_traversehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_traverse
tp_clearhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_clear
Py_TPFLAGS_HAVE_GChttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_HAVE_GC
PyObject_GC_Newhttps://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyObject_GC_New
PyObject_GC_NewVarhttps://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyObject_GC_NewVar
PyObject_GC_Track()https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyObject_GC_Track
PyObject_GC_UnTrack()https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyObject_GC_UnTrack
PyObject_GC_Del()https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyObject_GC_Del
tp_traversehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_traverse
PyType_Ready()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Ready
PyType_FromSpecWithBases()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_FromSpecWithBases
PyType_FromSpec()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_FromSpec
tp_flagshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_flags
tp_traversehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_traverse
tp_clearhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_clear
Py_TPFLAGS_HAVE_GChttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_HAVE_GC
https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyObject_GC_New
PyObject_Newhttps://python.github.io/python-docs-zh-tw/c-api/allocation.html#c.PyObject_New
Py_TPFLAGS_HAVE_GChttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_HAVE_GC
tp_allochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_alloc
tp_allochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_alloc
PyType_GenericAlloc()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_GenericAlloc
PyObject_GC_Del()https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyObject_GC_Del
tp_freehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_free
PyObject_GC_Del()https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyObject_GC_Del
PyObject_Newhttps://python.github.io/python-docs-zh-tw/c-api/allocation.html#c.PyObject_New
PyType_GenericAlloc()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_GenericAlloc
tp_allochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_alloc
https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyObject_GC_NewVar
PyObject_NewVarhttps://python.github.io/python-docs-zh-tw/c-api/allocation.html#c.PyObject_NewVar
Py_TPFLAGS_HAVE_GChttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_HAVE_GC
tp_allochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_alloc
tp_allochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_alloc
PyType_GenericAlloc()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_GenericAlloc
PyObject_GC_Del()https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyObject_GC_Del
tp_freehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_free
PyObject_GC_Del()https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyObject_GC_Del
PyObject_NewVarhttps://python.github.io/python-docs-zh-tw/c-api/allocation.html#c.PyObject_NewVar
PyType_GenericAlloc()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_GenericAlloc
tp_allochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_alloc
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyUnstable_Object_GC_NewWithExtraData
不穩定 APIhttps://python.github.io/python-docs-zh-tw/c-api/stable.html#unstable-c-api
PyObject_GC_Newhttps://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyObject_GC_New
tp_basicsizehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_basicsize
Python object headerhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObject_GC_Del()https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyObject_GC_Del
tp_freehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_free
PyVarObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyVarObject
tp_itemsizehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_itemsize
https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyObject_GC_Resize
PyObject_NewVarhttps://python.github.io/python-docs-zh-tw/c-api/allocation.html#c.PyObject_NewVar
PyVarObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyVarObject
Py_ssize_thttps://python.github.io/python-docs-zh-tw/c-api/intro.html#c.Py_ssize_t
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyObject_GC_Track
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
tp_traversehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_traverse
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyObject_IS_GC
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyObject_GC_IsTracked
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
gc.is_tracked()https://python.github.io/python-docs-zh-tw/library/gc.html#gc.is_tracked
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyObject_GC_IsFinalized
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
gc.is_finalized()https://python.github.io/python-docs-zh-tw/library/gc.html#gc.is_finalized
https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyObject_GC_Del
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyObject_GC_Newhttps://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyObject_GC_New
PyObject_GC_NewVarhttps://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyObject_GC_NewVar
tp_freehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_free
PyObject_Newhttps://python.github.io/python-docs-zh-tw/c-api/allocation.html#c.PyObject_New
PyObject_NewVarhttps://python.github.io/python-docs-zh-tw/c-api/allocation.html#c.PyObject_NewVar
PyObject_Free()https://python.github.io/python-docs-zh-tw/c-api/memory.html#c.PyObject_Free
PyObject_Free()https://python.github.io/python-docs-zh-tw/c-api/memory.html#c.PyObject_Free
PyObject_GC_Newhttps://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyObject_GC_New
PyObject_GC_NewVarhttps://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyObject_GC_NewVar
PyType_GenericAlloc()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_GenericAlloc
tp_freehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_free
https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyObject_GC_UnTrack
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyObject_GC_Track()https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyObject_GC_Track
tp_deallochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_dealloc
tp_traversehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_traverse
tp_traversehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_traverse
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.visitproc
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
tp_traversehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_traverse
tp_traversehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_traverse
tp_traversehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_traverse
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
visitprochttps://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.visitproc
https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.traverseproc
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
tp_traversehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_traverse
Py_VISIT()https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.Py_VISIT
tp_traversehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_traverse
https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.Py_VISIT
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
tp_traversehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_traverse
tp_clearhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_clear
inquiryhttps://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.inquiry
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.inquiry
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
Py_DECREF()https://python.github.io/python-docs-zh-tw/c-api/refcounting.html#c.Py_DECREF
https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#controlling-the-garbage-collector-state
Py_ssize_thttps://python.github.io/python-docs-zh-tw/c-api/intro.html#c.Py_ssize_t
https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyGC_Collect
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
gc.collect()https://python.github.io/python-docs-zh-tw/library/gc.html#gc.collect
sys.unraisablehookhttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.unraisablehook
https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyGC_Enable
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
gc.enable()https://python.github.io/python-docs-zh-tw/library/gc.html#gc.enable
https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyGC_Disable
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
gc.disable()https://python.github.io/python-docs-zh-tw/library/gc.html#gc.disable
https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyGC_IsEnabled
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
gc.isenabled()https://python.github.io/python-docs-zh-tw/library/gc.html#gc.isenabled
https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#querying-garbage-collector-state
gcvisitobjects_thttps://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.gcvisitobjects_t
https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyUnstable_GC_VisitObjects
不穩定 APIhttps://python.github.io/python-docs-zh-tw/c-api/stable.html#unstable-c-api
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.gcvisitobjects_t
PyUnstable_GC_VisitObjects()https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyUnstable_GC_VisitObjects
目錄https://python.github.io/python-docs-zh-tw/contents.html
循環垃圾回收的支援https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html
Controlling the Garbage Collector Statehttps://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#controlling-the-garbage-collector-state
Querying Garbage Collector Statehttps://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#querying-garbage-collector-state
型別物件結構https://python.github.io/python-docs-zh-tw/c-api/typeobj.html
API 和 ABI 版本管理https://python.github.io/python-docs-zh-tw/c-api/apiabiversion.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/c-api/gcsupport.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/c-api/apiabiversion.html
上一頁https://python.github.io/python-docs-zh-tw/c-api/typeobj.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python/C API 參考手冊https://python.github.io/python-docs-zh-tw/c-api/index.html
物件實作支援https://python.github.io/python-docs-zh-tw/c-api/objimpl.html
循環垃圾回收的支援https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html
版權所有https://python.github.io/python-docs-zh-tw/copyright.html
歷史與授權條款https://python.github.io/license.html
敬請捐贈。https://www.python.org/psf/donations/
發現 bughttps://python.github.io/bugs.html
Sphinxhttps://www.sphinx-doc.org/

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


URLs of crawlers that visited me.