Theading problems in IDLE

Matt Leslie matthewleslie at hotmail.com
Fri Feb 6 11:40:32 EST 2004


Nir of the Waves wrote:
> I noticed that in some circumstances IDLE does not behave right with 
> multiple threaded scripts.
> 
>  
> 
> Is this problem known?
> 
> When exactly is this problem triggered?
> 
> How do I avoid it?
> 
> How do I work around it while still using threads?

I've noticed that the print statement is not threadsafe
under IDLE. I either write output to a file, or run from the
command line to avoid this.

Matt



More information about the Python-list mailing list