Size: 595
Comment:
|
← Revision 12 as of 2009-12-25 07:18:54 ⇥
Size: 631
Comment: converted to 1.6 markup
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
[[TableOfContents]] | <<TableOfContents>> |
Line 12: | Line 12: |
== 任务 == 分析Python 源代码 这个 Wiki 页本身就是这个项目的产品 |
== 正文 == * [[PySrcInstall]]源代码的下载与安装 * [[PySrcGemo]]源代码目录结构 * [[PySrcFileList]]文件列表 |
Line 16: | Line 17: |
* ["PySrcInstall"]源代码的下载与安装 * ["PySrcGemo"]源代码目录结构 * 文件列表 |
* [[PyObject]]Python对象模型及其虚拟机实现 * [[PythonGC]] Python的垃圾收集模式 |
Line 22: | Line 20: |
-- albertlee Email: [email protected]
Contents
Python虚拟机结构分析项目
描述
Python虚拟机结构分析项目,是一个基础研究探索的项目。目标是分析Python(C语言实现)的内部结构,理清Python实现的原理,产生一份文档提供给大家作为继续研究的参考。
正文
PySrcInstall源代码的下载与安装
PySrcGemo源代码目录结构
PySrcFileList文件列表
PyObjectPython对象模型及其虚拟机实现
PythonGC Python的垃圾收集模式