]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-88496: Fix IDLE test hang on macOS (#104025)
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 1 May 2023 01:36:27 +0000 (21:36 -0400)
committerGitHub <noreply@github.com>
Mon, 1 May 2023 01:36:27 +0000 (21:36 -0400)
commit4b27972f5fe816d3616f97f8643d8ad922473ab5
tree00bbcc1010a887d869a6716357ea1b6ea429a3cd
parent69bc86cb1aed49db27afc0095e0f4bcd8f1f3983
gh-88496: Fix IDLE test hang on macOS (#104025)

Replace widget.update() with widget.update_idletasks in two places.
Lib/idlelib/colorizer.py
Lib/idlelib/outwin.py
Misc/NEWS.d/next/IDLE/2023-04-30-20-01-18.gh-issue-88496.y65vUb.rst [new file with mode: 0644]