python-build-standalone
python-build-standalone copied to clipboard
Produce redistributable builds of Python
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...
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?
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...
See https://github.com/indygreg/python-build-standalone/pull/354#issuecomment-2411913049
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.
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.
As mentioned in https://github.com/astral-sh/python-build-standalone/pull/446#discussion_r1891135172
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" } ],...