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

https://github.com/astral-sh/python-build-standalone/actions/runs/12577525900/job/35055102424 ``` Run cygwin/cygwin-install-action@49f298a7ebb00d4b3ddf58000c3e78eff5fbd6b9 Run $platform = 'x86_64' Invoke-WebRequest : Unable to connect to the remote server At C:\a\_temp\573ecf8c-e1b7-4c1c-b52a-a3b1e2d850ca.ps1:10 char:1 + Invoke-WebRequest https://cygwin.com/setup-$platform.exe -OutFile C:\ ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo...

internal

I can't find a 32-bit version of Python for Linux in the last few releases, such as `cpython-3.13.0-linux-x86-gnu`. Has support for 32-bit versions been discontinued?

platforms

Hi there, Any plans on code signing the binary releases?

We build and distribute our own zlib library. We're currently using the canonical zlib library available from zlib.net. zlib-ng (https://github.com/zlib-ng/zlib-ng) has various optimizations for zlib that can realize >10% perf...

performance

See https://github.com/indygreg/python-build-standalone/pull/354#issuecomment-2411913049

dependencies

As described in https://github.com/astral-sh/python-build-standalone/pull/460#issuecomment-2565748211 It'd be great to post a summary of changes to distributions on pull requests.

internal

As described in https://github.com/astral-sh/python-build-standalone/issues/378 It'd be nice to prevent this class of bug by asserting that all `libpython` symbols are available in the distribution object files.

help wanted

As mentioned in https://github.com/astral-sh/python-build-standalone/pull/446#discussion_r1891135172

internal

The PYTHON.json in `cpython-3.12.7+20241016-x86_64-pc-windows-msvc-shared-pgo-full.tar.zst` has this: ``` "extensions": { ... "_ssl": [ { ... "links": [ ... { "name": "libcrypto-1_1-x64", "path_dynamic": "install/DLLs/libcrypto-1_1-x64.dll" }, { "name": "libssl-1_1-x64", "path_dynamic": "install/DLLs/libssl-1_1-x64.dll" } ],...

platform:windows