From 5bf075800025c6da198a49e57f824a8f61dc2d83 Mon Sep 17 00:00:00 2001 From: Shuo <115667535+Szhenger@users.noreply.github.com> Date: Tue, 12 May 2026 12:16:22 -0400 Subject: [PATCH] Update README --- Python/README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Python/README b/Python/README index 153b628bd5b42d..22cf0809aebc94 100644 --- a/Python/README +++ b/Python/README @@ -1 +1,3 @@ -Miscellaneous source files for the main Python shared library +Miscellaneous source files for the compiler and runtime execution logic of the CPython interpreter. +* For high-level architecture, see the Python Developer's Guide on [CPython's internals](https://devguide.python.org/internals/). +* For technical deep-dives, see the `InternalDocs` directory and read the [InternalDocs/interpreter.md](../InternalDocs/interpreter.md) file.