Should the glibc version be locked in for the lifetime of a Python's release? #5
Replies: 2 comments
-
I think it should be locked because if we raise it we are effectively dropping support for certain Linux distros that have lower libc versions. That would put users in an awkward position and make it harder to rely on these releases. |
Beta Was this translation helpful? Give feedback.
-
Yes, in the sense that you want to be able to install a security patch successfully. If this project does not guarantee that security patches are meaningfully installable then I think that massively reduces its practical value. (Also, I can't see much of a reason why it would benefit to increase it. In practice, increasing the floor is useful to pick up new features like new syscalls, but those would also need bindings in |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
If it's locked in then wheels will have a floor they could reasonably target for a specific Python version. But I'm assuming there could be some benefit to changing it as time goes on.
Beta Was this translation helpful? Give feedback.
All reactions