https://github.com/python/cpython/commit/2042e26f8d11805431b71e60e6e2b1d98457dbf9
commit: 2042e26f8d11805431b71e60e6e2b1d98457dbf9
branch: main
author: Ned Deily <[email protected]>
committer: ned-deily <[email protected]>
date: 2026-02-10T01:45:06-05:00
summary:
gh-124111: Update macOS installer to use Tcl/Tk 9.0.3 (#144646)
files:
A Misc/NEWS.d/next/macOS/2026-02-09-23-01-49.gh-issue-124111.WmQG7S.rst
M Mac/BuildScript/build-installer.py
diff --git a/Mac/BuildScript/build-installer.py
b/Mac/BuildScript/build-installer.py
index 1852397ed6f391..5a542322b5b4a2 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='9.0.2'
-
tcl_checksum='e074c6a8d9ba2cddf914ba97b6677a552d7a52a3ca102924389a05ccb249b520'
+ tcl_tk_ver='9.0.3'
+
tcl_checksum='2537ba0c86112c8c953f7c09d33f134dd45c0fb3a71f2d7f7691fd301d2c33a6'
-
tk_checksum='76fb852b2f167592fe8b41aa6549ce4e486dbf3b259a269646600e3894517c76'
+
tk_checksum='bf344efadb618babb7933f69275620f72454d1c8220130da93e3f7feb0efbf9b'
tk_patches = []
diff --git
a/Misc/NEWS.d/next/macOS/2026-02-09-23-01-49.gh-issue-124111.WmQG7S.rst
b/Misc/NEWS.d/next/macOS/2026-02-09-23-01-49.gh-issue-124111.WmQG7S.rst
new file mode 100644
index 00000000000000..1318b41478f81f
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2026-02-09-23-01-49.gh-issue-124111.WmQG7S.rst
@@ -0,0 +1 @@
+Update macOS installer to use Tcl/Tk 9.0.3.
_______________________________________________
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]