I have Python 3.4.3 installed on an older laptop (Pentium 4) with Windows XP.
It seems that half the time when the Python shell is open, the CPU usage goes up to 12-13%.
It is the Python shell itself, not any Python script it may have launched, and not the IDLE text editor.
I have yet to figure out the pattern when it goes up and when it does not. CPU usage actually goes to zero when I begin to debug a tkinter
based script.
The shell window is opened by clicking on IDLE shortcut, if it makes any difference.
I have resorted to closing the shell until I need it, while I am working in IDLE editor.
Any idea why this happens and can this be remedied?
pythonw.exe
. – Webb