Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Python/README
Original file line number Diff line number Diff line change
@@ -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.
Loading