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
Some MacOS-tk combinations need .update_idletasks(). The call is both unneeded and innocuous on Linux and Windows. Patch by Kevin Waltzer.
|
Failures are for test_subprocess, not test_idle. |
|
Thanks @terryjreedy for the PR |
Some MacOS-tk combinations need .update_idletasks(). The call is both unneeded and innocuous on Linux and Windows. Patch by Kevin Waltzer. (cherry picked from commit 9beaef6) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
|
GH-8642 is a backport of this pull request to the 3.7 branch. |
|
GH-8643 is a backport of this pull request to the 3.6 branch. |
|
Sorry, @terryjreedy, I could not cleanly backport this to |
Some MacOS-tk combinations need .update_idletasks(). The call is both unneeded and innocuous on Linux and Windows. Patch by Kevin Waltzer. (cherry picked from commit 9beaef6) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Some MacOS-tk combinations need .update_idletasks(). The call is both unneeded and innocuous on Linux and Windows. Patch by Kevin Walzer. (cherry picked from commit 9beaef6)
|
GH-8644 is a backport of this pull request to the 2.7 branch. |
Some MacOS-tk combinations need .update_idletasks(). The call is both unneeded and innocuous on Linux and Windows. Patch by Kevin Waltzer.
Some MacOS-tk combinations need .update_idletasks().
The call is both unneeded and innocuous on Linux and Windows.
Patch by Kevin Walzer.
https://bugs.python.org/issue34275