-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support managed downloads of 3.13t (no-gil / freethreaded) #8019
Comments
In addition, I'd love it if I know we talked about this in the other issue, just wanted to add the request here specifically. |
Can I ask why you need / want to use those other builds? |
Those other builds provide optimizations done by the compiler that aren't done in the base |
The install-only-stripped builds include PGO and LTO. |
Ah, I didn't realize that. when I checked the docs at https://gregoryszorc.com/docs/python-build-standalone/main/running.html#obtaining-distributions, it didn't seem that way. I found https://gregoryszorc.com/docs/python-build-standalone/main/distributions.html#install-only-archive had it listed, all the way at the bottom of the page. |
What about the newer CPU architectures such as |
Yes, those also prefer the optimized builds. |
I figured that. I was trying to ask: |
We should chat about that in another issue as it's totally unrelated to this thread — but, yes? If we can detect the architecture reliably. |
I actually had already opened an issue to track this at #7193 |
Right now, we only support a single build per CPython version. We need to add support for other build options to allow installing the freethreaded builds. This will require changes to our download metadata fetch and template scripts. We should probably aim support debug builds too.
The text was updated successfully, but these errors were encountered: