diff options
author | Steve Dower <steve.dower@python.org> | 2024-11-15 12:22:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-15 12:22:56 (GMT) |
commit | 9332a6f82506f819f591466eb03213be2c8d1808 (patch) | |
tree | 35bb1b9d62f75637c98b193a07eead782b55f2f3 /Misc/NEWS.d/next/Windows | |
parent | d4c72fed8cba8e15ab7bb6c30a92bc9f2c8f0a2c (diff) | |
download | cpython-9332a6f82506f819f591466eb03213be2c8d1808.zip cpython-9332a6f82506f819f591466eb03213be2c8d1808.tar.gz cpython-9332a6f82506f819f591466eb03213be2c8d1808.tar.bz2 |
gh-118973: Add _tkinter to freethreaded MSI (GH-126768)
Diffstat (limited to 'Misc/NEWS.d/next/Windows')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2024-11-12-22-31-13.gh-issue-118973._lfxW6.rst | 3 |
1 files changed, 3 insertions, 0 deletions
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 index 0000000..c173c3e --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2024-11-12-22-31-13.gh-issue-118973._lfxW6.rst @@ -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. |