Naming scheme for free-threaded Python #2998
Replies: 3 comments 4 replies
-
Upstream, the official macOS and Windows installers have an option to install the free-threading binaries, which also installs
So for example, there's a single 3.13.0b3 release with a single macOS installer. When running the installer you can choose whether to install free-threaded or regular: cc @colesbury |
Beta Was this translation helpful? Give feedback.
-
As mentioned above, the upstream's plan regarding free-threaded builds is laid out at https://discuss.python.org/t/pep-703-making-the-global-interpreter-lock-optional-in-cpython-acceptance/37075 as follows:
Which for us means that
Concluding the above, the upstream's course seems to suggest that the need to support resolving the "t"-suffixed versions in |
Beta Was this translation helpful? Give feedback.
-
I vote that the non-free-threded versions of python be marked as python NT |
Beta Was this translation helpful? Give feedback.
-
Subj, continuing discussion in #2995 and #2996 .
pyenv latest
. Sopyenv latest
to treat specific parts of the name specially-dev
,-src
,aX
/bX
).Beta Was this translation helpful? Give feedback.
All reactions