commit | 2e5f1a12597faba0fc24243ee384a7c6fe8fecbf | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sun Apr 30 21:36:21 2023 -0700 |
committer | GitHub <noreply@github.com> | Mon May 01 00:36:21 2023 -0400 |
tree | 80afc0f0c71df7c257f7bdff32570e566ae4cf47 | |
parent | 2be3656855268dcfabec2c55cdb679038db33e29 [diff] |
[3.11] gh-88496: Fix IDLE test hang on macOS (GH-104025) (#104027) gh-88496: Fix IDLE test hang on macOS (GH-104025) Replace widget.update() with widget.update_idletasks in two places. (cherry picked from commit 4b27972f5fe816d3616f97f8643d8ad922473ab5) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>