commit | 448abe8d8bcfdf50a5ecae1196199da46bdfed04 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Thu May 27 23:39:36 2021 -0700 |
committer | GitHub <noreply@github.com> | Fri May 28 09:39:36 2021 +0300 |
tree | 05e71302b5b18b0f884ddeca2471e11a1ae287ff | |
parent | da9e0cb4dedf818540ad1f06305bb1ca9e568f51 [diff] |
bpo-41611: IDLE: Catch TclError exceptions in AutoCompleteWindow.winconfig_event() (GH-26404) Since the <Configure> event may occur after the completion window is gone, catch potential TclError exceptions when accessing acw. (cherry picked from commit 4e2e5c1c4f792b4011e4c78d011baea2aee39f1b)