# 深入理解 Python 虚拟机

## 深入理解 Python 虚拟机

- [Inside The Python Virtual Machine](https://nanguage.gitbook.io/inside-python-vm-cn/master.md)
- [1. Introduction](https://nanguage.gitbook.io/inside-python-vm-cn/1.-jian-jie.md): 简介
- [2. The View From 30,000ft](https://nanguage.gitbook.io/inside-python-vm-cn/2.-the-view-from-30-000ft.md): Python 执行过程鸟瞰
- [3. Compiling Python Source Code](https://nanguage.gitbook.io/inside-python-vm-cn/untitled.md): 编译 Python 源代码
- [4. Python Objects](https://nanguage.gitbook.io/inside-python-vm-cn/4.-python-objects.md): Python 对象
- [5. Code Objects](https://nanguage.gitbook.io/inside-python-vm-cn/5.-code-objects.md): 代码对象
- [6. Frames Objects](https://nanguage.gitbook.io/inside-python-vm-cn/6.-frames-objects.md): Frame 对象
- [7. Interpreter and Thread States](https://nanguage.gitbook.io/inside-python-vm-cn/7.-interpreter-and-thread-states.md): 解释器与线程状态
- [8. Intermezzo: The abstract.c Module](https://nanguage.gitbook.io/inside-python-vm-cn/8.-intermezzo-the-abstract.c-module.md): 小插曲：abstract.c 模块


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://nanguage.gitbook.io/inside-python-vm-cn/master.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
