Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 21eb0b5

Browse files
committed
mac CW-only fix for messy windows upon exit
1 parent b7d0df4 commit 21eb0b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/pythonrun.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ goaway(sts)
678678
if (sts == 0)
679679
SIOUXSettings.autocloseonquit = 1;
680680
else
681-
SIOUXSettings.showstatusline = 1;
681+
printf("\n[Terminated]\n");
682682
#endif
683683
exit(sts);
684684
#endif /* WITH_THREAD */

0 commit comments

Comments
 (0)