Building CPython from source, stripping executable

2025-02-11 Thread Keith Thompson via Python-list
I'm building CPython 3.14.0a5 from source on Ubuntu 22.04.5. Is there some way to specify that the python3.14 executable should be stripped? (Stripping reduces the size of the executable from 33M to 5.8M.) Of course I can run "strip" manually after installing, but I'm looking for a way to do it

Python 3.14.0 alpha 5

2025-02-11 Thread Hugo van Kemenade via Python-list
Here comes the antepenultimate alpha. https://www.python.org/downloads/release/python-3140a5/ This is an early developer preview of Python 3.14. Major new features of the 3.14 series, compared to 3.13: Python 3.14 is still in development. This release, 3.14.0a5, is the fifth of seven planned al