TableOfContents

1. 2005-12-17 Python源码剖析.1

1.1. 编译Python

1.1.1. Python总体架构

1.1.2. Python源代码的组织

下载了Python的源代码压缩包并解压后,可以看到如图3所示的目录结构。

attachment:PySrcStructure.gif

Include(PySrcStructure)

1.1.3. 编译Python

好了,现在再编译,一切都会顺利完成了。