]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110950: add upstream Tk fixes to macOS installer. (GH-111041)
authorChristopher Chavez <chrischavez@gmx.us>
Tue, 21 Nov 2023 08:12:19 +0000 (02:12 -0600)
committerGitHub <noreply@github.com>
Tue, 21 Nov 2023 08:12:19 +0000 (03:12 -0500)
commitd67f947c72af8a215db2fd285e5de9b1e671fde1
tree2446c8c26146cf22a9e46f80dd70f5de3fd20e89
parentde2715f086bc799b20e420a82b76180338352565
gh-110950: add upstream Tk fixes to macOS installer. (GH-111041)

Add upstream Tk patches for three problems affecting tkinter users:

- Update macOS installer to include a fix accepted by upstream Tcl/Tk
for a crash encountered after the first :meth:`tkinter.Tk` instance
is destroyed. (gh-92603)

- Update macOS installer to include an upstream Tcl/Tk fix
for the ``ttk::ThemeChanged`` error encountered in Tkinter. (gh-71383)

- Update macOS installer to include an upstream Tcl/Tk fix for the
``Secure coding is not enabled for restorable state!`` warning
encountered in Tkinter on macOS 14 Sonoma. (gh-110950)

Co-authored-by: Ned Deily <nad@python.org>
Mac/BuildScript/backport_gh110950_fix.patch [new file with mode: 0644]
Mac/BuildScript/backport_gh71383_fix.patch [new file with mode: 0644]
Mac/BuildScript/backport_gh92603_fix.patch [new file with mode: 0644]
Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2023-08-30-16-33-57.gh-issue-92603.ATkKVO.rst [new file with mode: 0644]
Misc/NEWS.d/next/macOS/2023-09-02-08-49-57.gh-issue-71383.Ttkchg.rst [new file with mode: 0644]
Misc/NEWS.d/next/macOS/2023-10-18-17-26-36.gh-issue-110950.sonoma.rst [new file with mode: 0644]