mirror of
https://github.com/python/cpython.git
synced 2025-12-31 20:43:36 +00:00
Objects that support garbage collection ("container" objects) should
call PyObject_GC_UnTrack() from their destructors before clearing any
fields which may point to other "container" objects.
|
||
|---|---|---|
| .. | ||
| building.rst | ||
| embedding.rst | ||
| extending.rst | ||
| index.rst | ||
| newtypes.rst | ||
| newtypes_tutorial.rst | ||
| windows.rst | ||