python-build-standalone icon indicating copy to clipboard operation
python-build-standalone copied to clipboard

Produce redistributable builds of Python

Results 146 python-build-standalone issues
Sort by recently updated
recently updated
newest added

As part of investigating #535, we posited that Conda's static linking of the `python` executable was part of the performance difference. This change gives a 10% performance improvement (geometric mean...

platform:darwin
platform:linux

Follows #538

platform:darwin
python:3.13
build:pgo
python:3.14

With https://github.com/astral-sh/python-build-standalone/pull/541, musl is switching to dynamic linking and it became apparent that the build system special-cases musl specifically instead of tracking if the build is statically or dynamically linked....

internal

Free-threaded flavors of 3.13 and 3.14 don't have an `install_only` or `install_only_stripped` artifacts released.

On python-build-standalone Python 3.12 or 3.13 (installed via uv), I tried this with the [Pillow](https://pypi.org/project/pillow/) library (10.4.0, 11.0.0, 11.1.0; wheels or built from source): ```py import PIL._imagingtk ``` and got...

Picking up https://github.com/indygreg/python-build-standalone/pull/93

It would be great to have aarch64 windows builds here -- tools that rely on `pbs_installer` (such as `pdm`) are unable to find any python versions to install on aarch64...

platforms
platform:windows

Recent versions of gdb and other tools support loading debuginfo as needed from a web server. See https://sourceware.org/elfutils/Debuginfod.html and in particular the man pages linked under "more readings" at the...

While the standalone builds already contain licensing info in the PYTHON.json file it would be great if it could also contain a full SBOM in a standard format such as...

enhancement