mirror of
https://github.com/python/cpython.git
synced 2024-11-24 08:52:25 +01:00
(cherry picked from commit 9332a6f825
)
Co-authored-by: Steve Dower <steve.dower@python.org>
This commit is contained in:
parent
9a02690513
commit
3227680d2d
@ -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
Block a user