-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed
Closed
Copy link
Labels
Description
Bug report
Bug description:
After running the Python 3.13.0 64-bit Windows installer with the option "Download free-threaded binaries (experimental)" checked, the free-threaded executable shows in the launcher's list of installations, but it fails to recognize the CLI arguments -3.13t
or -3.13t-64
when trying to select it explicitly:
C:\Users\home>py -0
Installed Pythons found by py Launcher for Windows
-3.13t-64 *
-3.13-64
-3.12-64
-3.11-64
-3.10-64
-3.9-64
-3.8-64
C:\Users\home>py
Python 3.13.0 experimental free-threading build (tags/v3.13.0:60403a5, Oct 7 2024, 09:53:29) [MSC v.1941 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>
C:\Users\home>py -3.13
Python 3.13.0 (tags/v3.13.0:60403a5, Oct 7 2024, 09:38:07) [MSC v.1941 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>
C:\Users\home>py -3.13t
Unknown option: -3
usage: C:\Users\home\AppData\Local\Programs\Python\Python313\python3.13t.exe [option] ... [-c cmd | -m mod | file | -] [arg] ...
Try `python -h' for more information.
C:\Users\home>py -3.13t-64
Unknown option: -3
usage: C:\Users\home\AppData\Local\Programs\Python\Python313\python3.13t.exe [option] ... [-c cmd | -m mod | file | -] [arg] ...
Try `python -h' for more information.
CPython versions tested on:
3.13
Operating systems tested on:
Windows