https://github.com/python/cpython/commit/c51354e062efce5f1f93ad2916751f29e110af2d
commit: c51354e062efce5f1f93ad2916751f29e110af2d
branch: 3.13
author: Ned Deily <[email protected]>
committer: ned-deily <[email protected]>
date: 2026-06-09T01:55:30-04:00
summary:
[3.13] gh-124111: Update macOS installer to use Tcl/Tk 8.6.18. (#151125)
files:
A Misc/NEWS.d/next/macOS/2026-06-09-01-27-48.gh-issue-124111.MDDDD6.rst
M Mac/BuildScript/build-installer.py
diff --git a/Mac/BuildScript/build-installer.py
b/Mac/BuildScript/build-installer.py
index 2452d0408e84ed..8fb583872250f2 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -264,10 +264,10 @@ def library_recipes():
tk_patches = ['backport_gh71383_fix.patch',
'tk868_on_10_8_10_9.patch', 'backport_gh110950_fix.patch']
else:
- tcl_tk_ver='8.6.17'
-
tcl_checksum='a3903371efcce8a405c5c245d029e9f6850258a60fa3761c4d58995610949b31'
+ tcl_tk_ver='8.6.18'
+
tcl_checksum='14f9af32b1767ff718477a8f974ad03c34341097e6b43f4ce54644ee974e268e'
-
tk_checksum='e4982df6f969c08bf9dd858a6891059b4a3f50dc6c87c10abadbbe2fc4838946'
+
tk_checksum='95cd528a80f5e4bdb557af9b14a7197d6860793a3894e25e7c9fad2ed05d4c3c'
tk_patches = []
diff --git
a/Misc/NEWS.d/next/macOS/2026-06-09-01-27-48.gh-issue-124111.MDDDD6.rst
b/Misc/NEWS.d/next/macOS/2026-06-09-01-27-48.gh-issue-124111.MDDDD6.rst
new file mode 100644
index 00000000000000..f626453dbb32e0
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2026-06-09-01-27-48.gh-issue-124111.MDDDD6.rst
@@ -0,0 +1 @@
+Update macOS installer to use Tcl/Tk 8.6.18.
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]