[EMAIL PROTECTED] wrote:
> Below are 2 files that isolate the problem.  Note, both programs hang
> (stop responding) with hyper-threading turned on (a BIOS setting), but
> work as expected with hyper-threading turned off.

What do you mean "stop responding"? Not responding when you press
ctrl-c? They stop printing? If you mean stop printing, try
sys.stdout.flush() after each print

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to