Size: 1886
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 13: | Line 13: |
* ["PySrcInstall"]源代码的下载与安装 * ["PySrcGemo"]源代码目录结构 * ["PySrcFileList"]文件列表 |
* [[PySrcInstall]]源代码的下载与安装 * [[PySrcGemo]]源代码目录结构 * [[PySrcFileList]]文件列表 |
Line 17: | Line 17: |
* ["PyObject"]Python对象模型及其虚拟机实现 | * [[PyObject]]Python对象模型及其虚拟机实现 * [[PythonGC]] Python的垃圾收集模式 |
Line 20: | Line 20: |
[http://allegra913.b3.nu/ Allegra] [http://ambien913.b3.nu/ Ambien] [http://amoxil913.b3.nu/ Amoxil] [http://ativan913.b3.nu/ Ativan] [http://celebrex913.b3.nu/ Celebrex] [http://cialis913.b3.nu/ Cialis] [http://cipro913.b3.nu/ Cipro] [http://claritin913.b3.nu/ Claritin] [http://clomid913.b3.nu/ Clomid] [http://glucophage913.b3.nu/ Glucophage] [http://levitra913.b3.nu/ Levitra] [http://lipitor913.b3.nu/ Lipitor] [http://mevacor913.b3.nu/ Mevacor] [http://nexium913.b3.nu/ Nexium] [http://norvasc913.b3.nu/ Norvasc] [http://paxil913.b3.nu/ Paxil] [http://phentermine913.b3.nu/ Phentermine] [http://propecia913.b3.nu/ Propecia] [http://proscar913.b3.nu/ Proscar] [http://prozac913.b3.nu/ Prozac] [http://reductil-meridia913.b3.nu/ Reductil-meridia] [http://soma913.b3.nu/ Soma] [http://ultram913.b3.nu/ Ultram] [http://valium913.b3.nu/ Valium] [http://viagra913.b3.nu/ Viagra] [http://viagra soft913.b3.nu/ Viagra Soft] [http://vioxx913.b3.nu/ Vioxx] [http://wellbutrin913.b3.nu/ Wellbutrin] [http://xanax913.b3.nu/ Xanax] [http://xenical913.b3.nu/ Xenical] [http://zanaflex913.b3.nu/ Zanaflex] [http://zantac913.b3.nu/ Zantac] [http://zocor913.b3.nu/ Zocor] [http://zoloft913.b3.nu/ Zoloft] [http://zovirax913.b3.nu/ Zovirax] [http://zyban913.b3.nu/ Zyban] [http://zyrtec913.b3.nu/ Zyrtec] |
-- albertlee Email: [email protected]
Contents
Python虚拟机结构分析项目
描述
Python虚拟机结构分析项目,是一个基础研究探索的项目。目标是分析Python(C语言实现)的内部结构,理清Python实现的原理,产生一份文档提供给大家作为继续研究的参考。
正文
PySrcInstall源代码的下载与安装
PySrcGemo源代码目录结构
PySrcFileList文件列表
PyObjectPython对象模型及其虚拟机实现
PythonGC Python的垃圾收集模式