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

The file available at https://raw.githubusercontent.com/indygreg/python-build-standalone/latest-release/latest-release.json is supposed to point to the latest release but I notice that it currently points to 20240725 which is in prelease. It should point to...

bug

As a consequence of #540 I was playing with these concepts and decided to explore it. This includes #546 (could be merged separately or together), which separates "static" builds from...

platform:linux
libc:musl

I just published an LLVM 20.1.0 toolchain with some computed gotos patches to hopefully improve performance of CPython. https://github.com/indygreg/toolchain-tools/releases/tag/toolchain-bootstrap%2F20250308 One of the patches changes codegen to fix a regression in...

Adding the flag as described in https://github.com/python/cpython/pull/129907 ClangCL looks to provide a 20% runtime performance and build times were purportedly better as well. This also would let us turn on...

ci:skip

Bumps [ring](https://github.com/briansmith/ring) from 0.17.8 to 0.17.13. Changelog Sourced from ring's changelog. Version 0.17.13 (2025-03-06) Increased MSRV to 1.66.0 to avoid bugs in earlier versions so that we can safely use...

dependencies
rust

A bit on the fence about _where_ to put this, i.e., it could be a part of the target triple? Trying this out to start. The goal here is to...

platform:linux

_Originally posted by @zanieb in https://github.com/astral-sh/python-build-standalone/issues/545#issuecomment-2689183313_

internal

We were evaluating using this python distribution for our Docker image instead of the official python3 image, but we've encountered an interesting difference in our test suite: the SQLite extension...

I tried a very simple pure Python benchmark (see https://gricad-gitlab.univ-grenoble-alpes.fr/augierpi/augierpi.gricad-pages.univ-grenoble-alpes.fr/-/tree/branch/default/content/docs/2025/about-py-jit) and figured out that CPython 3.13 installed with UV is slower than CPython 3.13 installed from conda-forge. The benchmark is...

PyPI: https://pypi.org/project/sabctools/ GitHub: https://github.com/sabnzbd/sabctools/ Quick reproduction: ```console ❯ docker run --rm -it ghcr.io/astral-sh/uv:0.6.3-python3.13-bookworm /bin/sh # uv venv -p 3.13 Using CPython 3.13.2 interpreter at: /usr/local/bin/python3.13 Creating virtual environment at: .venv...

external