✍️
深入理解 Python 虚拟机
  • Inside The Python Virtual Machine
  • 1. Introduction
  • 2. The View From 30,000ft
  • 3. Compiling Python Source Code
  • 4. Python Objects
  • 5. Code Objects
  • 6. Frames Objects
  • 7. Interpreter and Thread States
  • 8. Intermezzo: The abstract.c Module
Powered by GitBook
On this page

Was this helpful?

Inside The Python Virtual Machine

Next1. Introduction

Last updated 5 years ago

Was this helpful?

Inside The Python Virtual Machine 中文翻译

原书地址: ,原书作者:

注:原书使用 Python3 较早期的版本,本书在翻译过程中有所调整,根据 Python3.7 版本作为标准,书中提供的源代码链接如无特殊说明均来自于 中的 Python3.7 分支。

https://leanpub.com/insidethepythonvirtualmachine
@obi_inc
CPython repo