mirror of https://github.com/python/cpython
gh-118973: Add _tkinter to freethreaded MSI (GH-126768)
This commit is contained in:
parent
d4c72fed8c
commit
9332a6f825
|
@ -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.
|
|
@ -103,7 +103,7 @@
|
|||
</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" />
|
||||
|
||||
|
|
Loading…
Reference in New Issue