Skip to content

Conversation

@terryjreedy
Copy link
Member

@terryjreedy terryjreedy commented Aug 3, 2018

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

Some MacOS-tk combinations need .update_idletasks().
The call is both unneeded and innocuous on Linux and Windows.
Patch by Kevin Waltzer.
@terryjreedy
Copy link
Member Author

Failures are for test_subprocess, not test_idle.

@terryjreedy terryjreedy merged commit 9beaef6 into python:master Aug 3, 2018
@miss-islington
Copy link
Contributor

Thanks @terryjreedy for the PR 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.6, 3.7.
🐍🍒⛏🤖

@terryjreedy terryjreedy deleted the calltip branch August 3, 2018 02:50
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Aug 3, 2018
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 <[email protected]>
@bedevere-bot
Copy link

GH-8642 is a backport of this pull request to the 3.7 branch.

@bedevere-bot
Copy link

GH-8643 is a backport of this pull request to the 3.6 branch.

@miss-islington
Copy link
Contributor

Sorry, @terryjreedy, I could not cleanly backport this to 2.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 9beaef6225cdae972b1cccd5310828cc29bf9d33 2.7

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Aug 3, 2018
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 <[email protected]>
terryjreedy added a commit to terryjreedy/cpython that referenced this pull request Aug 3, 2018
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)
terryjreedy added a commit to terryjreedy/cpython that referenced this pull request Aug 3, 2018
…8639)

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 <[email protected]>
@bedevere-bot
Copy link

GH-8644 is a backport of this pull request to the 2.7 branch.

miss-islington added a commit that referenced this pull request Aug 3, 2018
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 <[email protected]>
miss-islington added a commit that referenced this pull request Aug 3, 2018
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 <[email protected]>
terryjreedy added a commit that referenced this pull request Aug 3, 2018
…GH-8644)

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)
Co-authored-by: Terry Jan Reedy <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants