commit | f2e161c27964a59bc5ab20d96f87ba5862c6222d | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Sun Aug 09 16:08:30 2020 -0400 |
committer | GitHub <noreply@github.com> | Sun Aug 09 16:08:30 2020 -0400 |
tree | 9be01aee71ca931edbca893b632437c81a8ccc49 | |
parent | 8b67bf907c51846853127176cbb2982d102a2c2d [diff] |
bpo-41468: Improve and test IDLE run error exit (GH-21798) A message box pops up when an unexpected error stops the run process. Tell users it is likely a random glitch, but report it if not.