Differences between revisions 1 and 2
Revision 1 as of 2005-03-24 15:19:39
Size: 294
Editor: hoxide
Comment:
Revision 2 as of 2005-03-28 14:08:22
Size: 439
Editor: hoxide
Comment:
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:


== 基本垃圾收集 --- 引用计数 ==

== GC模块 --- 收集环形结构 ==

== 弱引用 --- 解决 __del__ 中的引用悖论 ==

含有章节索引的中文 文章模板

::-- hoxide [DateTime(2005-03-24T15:19:39Z)] TableOfContents

概述

简述

相关文件

include/object.h
include/objimpl.h
objects/object.c
objects/weakrefobject.c
modules/gcmodule.c

基本垃圾收集 --- 引用计数

GC模块 --- 收集环形结构

弱引用 --- 解决 __del__ 中的引用悖论

PythonGC (last edited 2009-12-25 07:09:56 by localhost)