question about Pythonwin and memory

Gilles Lenfant glenfant at equod.com.nospam
Tue Oct 17 10:04:29 EDT 2000


Tip for IDLE:
If you got an opened IDLE editor window, just close the interactive window
an click "File > Python shell" in the IDLE editor window. You'll start with
a cleaned interactive window.

"Prateep Siamwalla" <teep at inet.co.th> a écrit dans le message news:
8sh7ch$st0$1 at news.inet.co.th...
> Hello python masters out there,
>
> The interactive shell in windows (Pythonwin or IDLE) is great for trying
> things/ideas out.  I usually write code/scripts in one window and then
> switch over to the interactive shell to poke around with the object I have
> created.  On some occasions, either by intention or by accident, I have
> gotten the shell to print out lots and lots of text ( something like "for
i
> in big_list: print i"....woops!!) Anyways, after such a command is run, I
> notice the environment slows down drastically.  Is there a way of clearing
> some memory/buffer/whatever to get it back up to speed again?  (other than
> stopping and restarting Pythonwin of course)
>
> Thanks in advance
> teep
>
>
>




More information about the Python-list mailing list