posted @ 2014-02-15 23:42 wintor12 阅读(379) 评论(0) 推荐(0) 编辑
摘要:
IntroductionThis article is the first in a short series in which I intend to explain how CPython[1]implements and uses symbol tables in its quest to compile Python source code into bytecode. In this part I will explain what a symbol table is and show how the general concepts apply to Python. In the 阅读全文