Python IDLE freezes
Posted
by ooboo
on Stack Overflow
See other posts from Stack Overflow
or by ooboo
Published on 2010-04-30T10:05:35Z
Indexed on
2010/04/30
12:57 UTC
Read the original article
Hit count: 248
This is absolutely frustrating, but I am not sure if the following is an issue only on my machine or with IDLE in general.
When attempting to print a long list in the shell, and that could happen by accident while debugging, the program crushes and you have to restart it manually.
Even worse, if you have a few editor windows open, it always spawns a few sub-processes, and each of these has to be manually shut down from the task manager.
Is there any way to avoid that?
I am using Python 3, by the way.
© Stack Overflow or respective owner