Replies: 2 comments 3 replies
-
Seems reasonable to me. One thing to decide on is priority selection in a few cases:
|
Beta Was this translation helpful? Give feedback.
2 replies
-
I observed today that the Windows Python launcher already has support for free-threaded Python, giving some precedent and answers to the questions above.
It seems to give precedence to x64 over ARM, which seems backwards (the local architecture should be preferred).
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to see support for launching with free-threaded Python. Probably adding support for
-3.13t
as a parameter to match withpython3.13t
.Currently, it fails thus:
Beta Was this translation helpful? Give feedback.
All reactions