]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[2.7] bpo-34120: fix IDLE freezing after closing dialogs (GH-8603) 8619/head
authorTal Einat <taleinat+github@gmail.com>
Thu, 2 Aug 2018 07:21:49 +0000 (10:21 +0300)
committerGitHub <noreply@github.com>
Thu, 2 Aug 2018 07:21:49 +0000 (10:21 +0300)
commit894940b1099677c1ca0aa527dbb935e47d3d591a
tree2f53df08d23ce713e970edeff8e2d9e24db5a6cf
parent48c8bf21f97aeb124dbd48bf2bdec1ab4ebc5202
[2.7] 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)
Lib/idlelib/aboutDialog.py
Lib/idlelib/configDialog.py
Lib/idlelib/configHelpSourceEdit.py
Lib/idlelib/configSectionNameDialog.py
Lib/idlelib/idle_test/test_config_name.py
Lib/idlelib/keybindingDialog.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]