https://github.com/python/cpython/commit/4d54e9cdf6968559da3c428dfb88cbf6ce7e3c18 commit: 4d54e9cdf6968559da3c428dfb88cbf6ce7e3c18 branch: main author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: zooba <steve.do...@microsoft.com> date: 2025-04-29T09:28:04+01:00 summary:
GH-132930: Display 'free-threaded' in pymanager builds (GH-133119) files: M PC/layout/support/pymanager.py diff --git a/PC/layout/support/pymanager.py b/PC/layout/support/pymanager.py index b57e41bee51207..5113b31df3d002 100644 --- a/PC/layout/support/pymanager.py +++ b/PC/layout/support/pymanager.py @@ -67,7 +67,7 @@ def calculate_install_json(ns, *, for_embed=False, for_test=False): TAG_SUFFIX = "t" TARGET = f"python{VER_MAJOR}.{VER_MINOR}t.exe" TARGETW = f"pythonw{VER_MAJOR}.{VER_MINOR}t.exe" - DISPLAY_TAGS.append("freethreaded") + DISPLAY_TAGS.append("free-threaded") FILE_SUFFIX = f"t-{ns.arch}" FULL_TAG = f"{VER_MAJOR}.{VER_MINOR}.{VER_MICRO}{VER_SUFFIX}{TAG_SUFFIX}" _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com