mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
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>
This commit is contained in:
parent
de2715f086
commit
d67f947c72
7 changed files with 206 additions and 2 deletions
|
@ -0,0 +1,3 @@
|
|||
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.
|
|
@ -0,0 +1,2 @@
|
|||
Update macOS installer to include an upstream Tcl/Tk fix
|
||||
for the ``ttk::ThemeChanged`` error encountered in Tkinter.
|
|
@ -0,0 +1,3 @@
|
|||
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.
|
Loading…
Add table
Add a link
Reference in a new issue