]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-118973: Add _tkinter to freethreaded MSI (GH-126768)
authorSteve Dower <steve.dower@python.org>
Fri, 15 Nov 2024 12:22:56 +0000 (12:22 +0000)
committerGitHub <noreply@github.com>
Fri, 15 Nov 2024 12:22:56 +0000 (12:22 +0000)
Misc/NEWS.d/next/Windows/2024-11-12-22-31-13.gh-issue-118973._lfxW6.rst [new file with mode: 0644]
Tools/msi/freethreaded/freethreaded_files.wxs

diff --git a/Misc/NEWS.d/next/Windows/2024-11-12-22-31-13.gh-issue-118973._lfxW6.rst b/Misc/NEWS.d/next/Windows/2024-11-12-22-31-13.gh-issue-118973._lfxW6.rst
new file mode 100644 (file)
index 0000000..c173c3e
--- /dev/null
@@ -0,0 +1,3 @@
+Ensures the experimental free-threaded install includes the ``_tkinter``
+module. The optional Tcl/Tk component must also be installed in order for
+the module to work.
index 367fd978efd4843e7f7e6f83f9963cca6122d1cc..b3ce28e7aedc84b382f1a03eed570b3256169c28 100644 (file)
         </ComponentGroup>
     </Fragment>
 
-    <?define exts=pyexpat;select;unicodedata;winsound;_bz2;_elementtree;_socket;_ssl;_ctypes;_hashlib;_multiprocessing;_lzma;_decimal;_overlapped;_sqlite3;_asyncio;_queue;_uuid;_wmi;_zoneinfo;_testcapi;_ctypes_test;_testbuffer;_testimportmultiple;_testmultiphase;_testsinglephase;_testconsole;_testinternalcapi;_testclinic;_testclinic_limited ?>
+    <?define exts=pyexpat;select;unicodedata;winsound;_bz2;_elementtree;_socket;_ssl;_ctypes;_hashlib;_multiprocessing;_lzma;_decimal;_overlapped;_sqlite3;_asyncio;_queue;_uuid;_wmi;_zoneinfo;_testcapi;_ctypes_test;_testbuffer;_testimportmultiple;_testmultiphase;_testsinglephase;_testconsole;_testinternalcapi;_testclinic;_testclinic_limited;_tkinter ?>
     <Fragment>
         <DirectoryRef Id="Lib_venv_scripts_nt__freethreaded" />