Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
gh-110950: add upstream Tk fixes to macOS installer.#111041
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
chrstphrchvz commentedOct 18, 2023
Thanks@chrstphrchvz for the PR, and@ned-deily for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Thanks@chrstphrchvz for the PR, and@ned-deily for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
…111041)Add upstream Tk patches for three problems affecting tkinter users:- Update macOS installer to include a fix accepted by upstream Tcl/Tkfor a crash encountered after the first :meth:`tkinter.Tk` instanceis destroyed. (pythongh-92603)- Update macOS installer to include an upstream Tcl/Tk fixfor 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!`` warningencountered in Tkinter on macOS 14 Sonoma. (pythongh-110950)(cherry picked from commitd67f947)Co-authored-by: Christopher Chavez <chrischavez@gmx.us>Co-authored-by: Ned Deily <nad@python.org>
GH-112293 is a backport of this pull request to the3.11 branch. |
…111041)Add upstream Tk patches for three problems affecting tkinter users:- Update macOS installer to include a fix accepted by upstream Tcl/Tkfor a crash encountered after the first :meth:`tkinter.Tk` instanceis destroyed. (pythongh-92603)- Update macOS installer to include an upstream Tcl/Tk fixfor 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!`` warningencountered in Tkinter on macOS 14 Sonoma. (pythongh-110950)(cherry picked from commitd67f947)Co-authored-by: Christopher Chavez <chrischavez@gmx.us>Co-authored-by: Ned Deily <nad@python.org>
GH-112294 is a backport of this pull request to the3.12 branch. |
… (#112293)Add upstream Tk patches for three problems affecting tkinter users:- Update macOS installer to include a fix accepted by upstream Tcl/Tkfor a crash encountered after the first :meth:`tkinter.Tk` instanceis destroyed. (gh-92603)- Update macOS installer to include an upstream Tcl/Tk fixfor 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!`` warningencountered in Tkinter on macOS 14 Sonoma. (gh-110950)(cherry picked from commitd67f947)Co-authored-by: Christopher Chavez <chrischavez@gmx.us>Co-authored-by: Ned Deily <nad@python.org>
… (#112294)Add upstream Tk patches for three problems affecting tkinter users:- Update macOS installer to include a fix accepted by upstream Tcl/Tkfor a crash encountered after the first :meth:`tkinter.Tk` instanceis destroyed. (gh-92603)- Update macOS installer to include an upstream Tcl/Tk fixfor 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!`` warningencountered in Tkinter on macOS 14 Sonoma. (gh-110950)(cherry picked from commitd67f947)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/Tkfor a crash encountered after the first :meth:`tkinter.Tk` instanceis destroyed. (pythongh-92603)- Update macOS installer to include an upstream Tcl/Tk fixfor 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!`` warningencountered in Tkinter on macOS 14 Sonoma. (pythongh-110950)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/Tkfor a crash encountered after the first :meth:`tkinter.Tk` instanceis destroyed. (pythongh-92603)- Update macOS installer to include an upstream Tcl/Tk fixfor 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!`` warningencountered in Tkinter on macOS 14 Sonoma. (pythongh-110950)Co-authored-by: Ned Deily <nad@python.org>
Uh oh!
There was an error while loading.Please reload this page.