This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients PythonInTheGrass, terry.reedy
Date 2011-01-21.22:34:48
SpamBayes Score 3.896362e-06
Marked as misclassified No
Message-id <1295649291.37.0.925154383957.issue10909@psf.upfronthosting.co.za>
In-reply-to
Content
What happens if you run your program without IDLE? 
(either with right-click and run or run from Command Prompt window?) 

I would not be surprised if your problems go away. IDLE runs a saved file in a separate pythonw process. Printing (or writing) to stdout requires sending output back to the IDLE process. I can imagine that doing that from 2 subthreads could lead to conflicts.

If the problems do go away, then we should probably close this as won't fix. IDLE is a development environment, not a production running environment
History
Date User Action Args
2011-01-21 22:34:51terry.reedysetrecipients: + terry.reedy, PythonInTheGrass
2011-01-21 22:34:51terry.reedysetmessageid: <1295649291.37.0.925154383957.issue10909@psf.upfronthosting.co.za>
2011-01-21 22:34:48terry.reedylinkissue10909 messages
2011-01-21 22:34:48terry.reedycreate