]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41611: IDLE: Catch TclError exceptions in AutoCompleteWindow.winconfig_event...
authorTal Einat <532281+taleinat@users.noreply.github.com>
Fri, 28 May 2021 06:07:21 +0000 (09:07 +0300)
committerGitHub <noreply@github.com>
Fri, 28 May 2021 06:07:21 +0000 (09:07 +0300)
commit4e2e5c1c4f792b4011e4c78d011baea2aee39f1b
tree134ba6c54c2571e410b11acfa9e626d7d9e74343
parent28be3191a9db2769ed05e55c6bcbccdd029656dd
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.
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]