Theading problems in IDLE

  • Thread starter Nir of the Waves
  • Start date
N

Nir of the Waves

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?



IDLE 1.0.2, Python 2.3.3



Thanks,

Nir
 
M

Matt Leslie

Nir said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,743
Messages
2,569,478
Members
44,899
Latest member
RodneyMcAu

Latest Threads

Top