Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
hinst13152yThey're taking the concept "Python is just a wrapper around C functions" to the next level
-
Looks like that's just some security patch to an ancient version no one cares about. The latest release comes with a binary installer.
That being said, it would kinda make sense since the binaries are distributed through package managers anyway. However, that will never work with Python since you need all versions on your machines so you can run your scripts (and the old versions of your scripts) on the version (and module versions) they still work with. -
You might want to take a look at the release schedule of this Python version, released six years ago: https://peps.python.org/pep-0537/
-
madumlao4702yDid anyone say compile programming environment from source on a per project basis if needed?
https://github.com/pyenv/pyenv
Related Rants
Python.... Apparently Python maintainers now want their users to compile Python from source. What the hell? Where are the binary builds??
https://python.org/downloads/...
random
python