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 chuck
Recipients chuck, mark.dickinson, ned.deily, ronaldoussoren
Date 2009-10-05.11:33:48
SpamBayes Score 0.0017157315
Marked as misclassified No
Message-id <1254742430.61.0.843166988473.issue7042@psf.upfronthosting.co.za>
In-reply-to
Content
I think a timing out while loop explains much better what is happening. I 
mean we are trying to keep the cpu busy for 0.9 seconds (if I understand 
the definition of virtual time correctly) and not do 100000000 increments 
(which might be done faster than 0.9 seconds).
History
Date User Action Args
2009-10-05 11:33:50chucksetrecipients: + chuck, ronaldoussoren, mark.dickinson, ned.deily
2009-10-05 11:33:50chucksetmessageid: <1254742430.61.0.843166988473.issue7042@psf.upfronthosting.co.za>
2009-10-05 11:33:49chucklinkissue7042 messages
2009-10-05 11:33:48chuckcreate