From ff255f55852458814ddf333740b321f7d97bd405 Mon Sep 17 00:00:00 2001 From: Savannah Bailey Date: Wed, 17 Sep 2025 15:15:38 +0100 Subject: [PATCH 1/3] Add back JIT devcontainer instructions --- Tools/jit/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Tools/jit/README.md b/Tools/jit/README.md index 8e817574b4d72b..d4cfc2f2c7d19c 100644 --- a/Tools/jit/README.md +++ b/Tools/jit/README.md @@ -51,6 +51,10 @@ Alternatively, you can use [chocolatey](https://chocolatey.org): choco install llvm --version=19.1.0 ``` +### Dev Containers + +If you are working CPython in a [Codespaces instance](https://devguide.python.org/getting-started/setup-building/#using-codespaces), there's no need to install LLVM as the Fedora 41 base image includes LLVM 19 out of the box. + ## Building From bbd6f285a031e0713615a4d3d06eaa44728e1696 Mon Sep 17 00:00:00 2001 From: Savannah Bailey Date: Wed, 17 Sep 2025 16:36:35 +0100 Subject: [PATCH 2/3] Fix typo --- Tools/jit/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tools/jit/README.md b/Tools/jit/README.md index d4cfc2f2c7d19c..7eb731e2cca45b 100644 --- a/Tools/jit/README.md +++ b/Tools/jit/README.md @@ -53,7 +53,8 @@ choco install llvm --version=19.1.0 ### Dev Containers -If you are working CPython in a [Codespaces instance](https://devguide.python.org/getting-started/setup-building/#using-codespaces), there's no need to install LLVM as the Fedora 41 base image includes LLVM 19 out of the box. +If you are working on CPython in a [Codespaces instance](https://devguide.python.org/getting-started/setup-building/#using-codespaces), there's no +need to install LLVM as the Fedora 41 base image includes LLVM 19 out of the box. ## Building From 54172067f45bd82bbf49f0a34237a6b6b6ca7d4b Mon Sep 17 00:00:00 2001 From: Savannah Bailey Date: Mon, 22 Sep 2025 07:04:23 -0700 Subject: [PATCH 3/3] Update Tools/jit/README.md Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> --- Tools/jit/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Tools/jit/README.md b/Tools/jit/README.md index 7eb731e2cca45b..ffc762d3828bfb 100644 --- a/Tools/jit/README.md +++ b/Tools/jit/README.md @@ -56,7 +56,6 @@ choco install llvm --version=19.1.0 If you are working on CPython in a [Codespaces instance](https://devguide.python.org/getting-started/setup-building/#using-codespaces), there's no need to install LLVM as the Fedora 41 base image includes LLVM 19 out of the box. - ## Building For `PCbuild`-based builds, pass the `--experimental-jit` option to `build.bat`.