bpo-34120: fix IDLE freezing after closing dialogs by taleinat · Pull Request #8603 · python/cpython

@taleinat

Removed all calls to .grab_set() and .grab_release(),
which are broken at the Tk level on macOS, and don't
appear to have the desired effect elsewhere.

@taleinat

@taleinat

terryjreedy

@taleinat taleinat deleted the bpo-34120/fix_about_config_freezing branch

August 2, 2018 06:18

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Aug 2, 2018
Added missing .grab_release() calls to all places where we call .grab_set().
(cherry picked from commit 10ea940)

Co-authored-by: Tal Einat <taleinat+github@gmail.com>

taleinat added a commit to taleinat/cpython that referenced this pull request

Aug 2, 2018
Added missing .grab_release() calls to all places where we call .grab_set()..
(cherry picked from commit 10ea940)

Co-authored-by: Tal Einat <taleinat+github@gmail.com>

miss-islington added a commit that referenced this pull request

Aug 2, 2018
Added missing .grab_release() calls to all places where we call .grab_set().
(cherry picked from commit 10ea940)

Co-authored-by: Tal Einat <taleinat+github@gmail.com>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Aug 2, 2018
Added missing .grab_release() calls to all places where we call .grab_set().
(cherry picked from commit 10ea940)

Co-authored-by: Tal Einat <taleinat+github@gmail.com>

miss-islington added a commit that referenced this pull request

Aug 2, 2018
Added missing .grab_release() calls to all places where we call .grab_set().
(cherry picked from commit 10ea940)

Co-authored-by: Tal Einat <taleinat+github@gmail.com>

taleinat added a commit that referenced this pull request

Aug 2, 2018
Added missing .grab_release() calls to all places where we call .grab_set().

(cherry picked from commit 10ea940)