⇤ ← Revision 1 as of 2005-03-24 15:19:39
Size: 294
Comment:
|
Size: 439
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模块 --- 收集环形结构