Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Permalink

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
base:20260203
Choose a base ref
Loading
...
head repository:astral-sh/python-build-standalone
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:20260211
Choose a head ref
Loading
  • 4commits
  • 10files changed
  • 2contributors

Commits on Feb 6, 2026

  1. Configuration menu
    Copy the full SHA
    a23a708View commit details
    Browse the repository at this point in the history
  2. 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
    @jjhelmus
    jjhelmus authoredFeb 6, 2026
    Configuration menu
    Copy the full SHA
    ece6423View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2026

  1. FixQueue.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
    @mmangkad
    mmangkad authoredFeb 10, 2026
    Configuration menu
    Copy the full SHA
    a003a67View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2026

  1. 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.
    @jjhelmus
    jjhelmus authoredFeb 12, 2026
    Configuration menu
    Copy the full SHA
    6b6905aView commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2026 Movatter.jp