https://github.com/python/cpython/commit/f0d8583303d28a5312e4096a3d013ab7fd9be560
commit: f0d8583303d28a5312e4096a3d013ab7fd9be560
branch: main
author: Savannah Bailey <[email protected]>
committer: savannahostrowski <[email protected]>
date: 2025-09-22T09:34:02-07:00
summary:

GH-139040: Add Dev Container instructions in JIT README (#139041)

files:
M Tools/jit/README.md

diff --git a/Tools/jit/README.md b/Tools/jit/README.md
index 8e817574b4d72b..ffc762d3828bfb 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 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
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to