I noticed that https://www.pypy.org/download.html says that "the linux binaries
ship an OpenSSL library". Have you found that to be an issue in any way? Have
users been accepting of it?
I ask as I'm contemplating trying to get relocatable builds for CPython on
Linux (to start), and I suspect th
I think you have to bundle on macOS - Apple ships a really old openssl.
I think cpython on macOS does this already? Might be good to be consistently
bundling the same thing in Linus as well.
M
--
Matt Billenstein
m...@vazor.com
> On Mar 31, 2022, at 3:36 PM, Brett Cannon wrote:
>
> I notice
I think there are two different topics here:
- macOS, windows: PyPy is not doing a good job with the native
installers. We should be following CPython and provide real packages,
not a tarball. This is issue 3697 [0] for macOS and issue 2894 [5] for
windows.
- linux: (aarch64, x86_64, i686):