Cannot create venv due to missing venvlaunchert_d.exe
for Python 3.13td venv on Windows
#126497
Labels
3.13
bugs and security fixes
OS-windows
topic-venv
Related to the venv module
type-bug
An unexpected behavior, bug, or error
Bug report
Bug description:
When Python 3.13 is installed with both
Include_debug=1
andInclude_freethreaded=1
(i.e.cp313td
), there should be a correspondingvenvlaunchert_d.exe
for it.cpython/Lib/venv/__init__.py
Line 369 in a1c57bc
There is a launcher with no suffix for 3.13, a launcher with
t
suffix for 3.13t, and a launcher with_d
suffix for 3.13d. But there is no launcher witht_d
suffix for 3.13td.Repro:
https://github.com/metaopt/optree/actions/runs/11704285076/job/32596414844?pr=172
CPython versions tested on:
3.13
Operating systems tested on:
Windows
Linked PRs
The text was updated successfully, but these errors were encountered: