bpo-34120: fix IDLE freezing after closing dialogs by taleinat · Pull Request #8603 · python/cpython
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
deleted the
bpo-34120/fix_about_config_freezing
branch
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
Aug 2, 2018Added 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, 2018Added 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, 2018Added 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, 2018Added 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, 2018Added 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, 2018Added missing .grab_release() calls to all places where we call .grab_set(). (cherry picked from commit 10ea940)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters