Savannah Ostrowski
banner
savannah.dev
Savannah Ostrowski
@savannah.dev
Python 3.16 & 3.17 Release Manager. CPython Core Developer. Eng @ FastAPI Labs. Likes containers, compilers, open source, physical computing, ceramics + cats.

savannah.dev
github.com/savannahostrowski
It even includes support for JIT builds.

If you pass in --jit to a build, every-python will attempt to detect the correct version of LLVM needed to build from LLVM_VERSION specified in Tools/jit/_llvm.py at the time of the commit and use it!

Makes bisecting JIT things so much simpler 🥲
November 10, 2025 at 5:58 PM
Coming soon to a compute near you - every-python!

Build and run any commit of CPython! every-python makes a blobless clone of the CPython repository (~200MB), checks out the version you want, and builds it locally. Built versions are cached for reuse.
November 10, 2025 at 5:58 PM
Okay, so I released a new version (v0.0.7) of gruyere 🧀 this afternoon!

This version has:
- 🪟 Windows support
- 🖊️ Details toggling via `d` while in interactive mode or via `gruyere --details`
- ✨ Improved filtering UX
- 🚀 Live refresh so you can use it as an activity monitor for your processes
October 26, 2025 at 10:57 PM
All in Python, with Typer and Rich!
October 25, 2025 at 10:47 PM