]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41611: IDLE: Catch TclError exceptions in AutoCompleteWindow.winconfig_event...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 28 May 2021 06:39:59 +0000 (23:39 -0700)
committerGitHub <noreply@github.com>
Fri, 28 May 2021 06:39:59 +0000 (09:39 +0300)
commit21a56a4bce186cd19a50502d2de5117551616005
tree96ee7f57417492fb10dc8453e048dc6e121cbeff
parent427232f9d221d54870fa3e89bd1dac55cf42243f
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)
Lib/idlelib/autocomplete_w.py
Misc/NEWS.d/next/IDLE/2021-05-27-18-22-46.bpo-41611.jOKpfc.rst [new file with mode: 0644]