Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pythongh-112938: IDLE - revert '_idletasks' addition in outwin
pythongh-88496 replaced text.update with text.update_idletasks in two files to fix test failures on macOS. While theoretically correct, the result was Shell freezing when receiving continuous short strings to print. The guess is that there was no idle time in which to do the screen update. Reverting the change in one of the files, outwin, fixes the issue. The test will be patched as needed on macOS.
- Loading branch information