python-build-standalone
python-build-standalone copied to clipboard
Produce redistributable builds of Python
Seems like image id can't be detected with those lines https://github.com/indygreg/python-build-standalone/blob/master/cpython-linux/build.py#L58-L64 Maybe build image with predefined tag? Also docker build returns Image object with proper Id there https://docker-py.readthedocs.io/en/stable/images.html#docker.models.images.Image Maybe use...
https://github.com/indygreg/python-build-standalone/commit/d02d6bdacb5cca5d0588649f3ce36f9ee2a65619 upgrades setuptools past CVE-2024-6345. Could a new release be cut after that commit?
[Feature Request] Standalone built with Cosmopolitan C for a cross-platform cross-architecture build
See https://github.com/jart/cosmopolitan, but the basic idea is that it yields static binaries that work across Mac, Windows, and Linux platforms and on x86_64 + aarch64 architectures. One binary to rule...
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.64 to 0.10.66. Release notes Sourced from openssl's releases. openssl-v0.10.66 What's Changed Fixed invariant violation in MemBio::get_buf with empty results by @alex in sfackler/rust-openssl#2266 Release openssl v0.10.66...
## Summary Suggested here: https://github.com/indygreg/python-build-standalone/pull/279#discussion_r1685534617. This will allow multiple readers to leverage the file without having to call into Python.
I installed the portable Python 3.12.3 build like so: ```bash $ rye toolchain fetch [email protected] $ rye init $ rye pin [email protected] ``` [Rye downloads and uses the IndyGreg Portable...
Hello, Writing a history file after a call to `readline.set_history_length` results in an unreadable history file. For example, with `cpython-3.12.4+20240713-x86_64-unknown-linux-gnu-install_only.tar.gz`: ```py import readline import os readline.add_history("first line") readline.add_history("second line") readline.add_history("third...
Several possibly-related questions. Note that I'm not necessarily saying anything is "wrong" here, I'm just trying to understand the differences. So I've noticed two things about libpython.3.xx.so.1.0, working on x86_64-unknown-linux-gnu:...
fixes #268 - add the '-prerelease' flag to the vswhere subcommand, - give 'no vs found' error if the command returns empty string, - catch vswhere returning multiple installations,
I was wondering if providing a framework build on macOS would make sense. I'm not entirely sure how this works exactly, but a framework build seems to be necessary to...