]> granicus.if.org Git - python/commit
bpo-34120: fix IDLE freezing after closing dialogs (GH-8603)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 2 Aug 2018 07:14:24 +0000 (00:14 -0700)
committerGitHub <noreply@github.com>
Thu, 2 Aug 2018 07:14:24 +0000 (00:14 -0700)
commit9fcfb7b010bd41d4ebaeed372df92b6962253fed
tree7e4d2bd42adfbc86cc8c307ba6b1b4f9d49d0c38
parent6f16ffc1879fc934eba297b3e81bd940e32a7e03
bpo-34120: fix IDLE freezing after closing dialogs (GH-8603)

Added missing .grab_release() calls to all places where we call .grab_set().
(cherry picked from commit 10ea9409ceb5da83cb380b610750551e26561044)

Co-authored-by: Tal Einat <taleinat+github@gmail.com>
Lib/idlelib/config_key.py
Lib/idlelib/configdialog.py
Lib/idlelib/help_about.py
Lib/idlelib/query.py
Lib/idlelib/textview.py
Misc/NEWS.d/next/IDLE/2018-08-01-23-25-38.bpo-34120.HgsIz-.rst [new file with mode: 0644]