# python-source-code-learning-note **Repository Path**: max-LLL/python-source-code-learning-note ## Basic Information - **Project Name**: python-source-code-learning-note - **Description**: 学习python源码过程的记录。 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-09 - **Last Updated**: 2024-11-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python-source-code-learning-note #### 介绍 学习python源码过程的记录。 #### 源码编译的命令 >用于将py源码编译得到py解释器,同时在项目根目录中创建一个虚拟环境。方便每次对源码修改后一键编译 > 得到可用的虚拟环境。 ```shell ./tools/build.sh ```