Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.11] gh-110950: add upstream Tk fixes to macOS installer. (GH-111041) #112293

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

miss-islington
Copy link
Contributor

Add upstream Tk patches for three problems affecting tkinter users:

(cherry picked from commit d67f947)

Co-authored-by: Christopher Chavez chrischavez@gmx.us
Co-authored-by: Ned Deily nad@python.org

…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. (pythongh-92603)

- Update macOS installer to include an upstream Tcl/Tk fix
for the ``ttk::ThemeChanged`` error encountered in Tkinter. (pythongh-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. (pythongh-110950)

(cherry picked from commit d67f947)

Co-authored-by: Christopher Chavez <chrischavez@gmx.us>
Co-authored-by: Ned Deily <nad@python.org>
@ned-deily ned-deily enabled auto-merge (squash) November 21, 2023 08:18
@ned-deily ned-deily merged commit 253ad78 into python:3.11 Nov 21, 2023
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants