Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork266
PermalinkChoose a base ref {{ refName }}default Choose a head ref {{ refName }}default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:astral-sh/python-build-standalone
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
base:20260203
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
...
head repository:astral-sh/python-build-standalone
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
compare:20260211
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- 4commits
- 10files changed
- 2contributors
Commits on Feb 6, 2026
Build tail-calling Python 3.15 on Windows (#970)
Build Python 3.15 with tail-calling enabled on Windows.Use Visual Studio 2026 and v145 platform toolset for this build.closes#933
Commits on Feb 10, 2026
Fix
Queue.qsize()on Linux cross-compilation (#978)Fixes#977.`multiprocessing.Queue.qsize()` raises `NotImplementedError` on Linuxcross-compiled builds because CPython's `configure`defaults to `ac_cv_broken_sem_getvalue=yes` when cross-compiling. See[configure.ac](https://github.com/python/cpython/blob/main/configure.ac#L6299-L6301).This affects all Linux cross-compiled builds. Fix by setting`ac_cv_broken_sem_getvalue=no` for Linux targets (macOS excluded as itgenuinely has broken `sem_getvalue`).cc@jjhelmus@zanieb
Commits on Feb 12, 2026
CPython 3.15.0a5 -> 3.15.0a6 (#981)
* Update CPython to 3.15.0a6* Remove unneeded patch added for 3.15.0a5* Enable tail call for free-threading build on Windows.
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff 20260203...20260211
Uh oh!
There was an error while loading.Please reload this page.