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 mark.dickinson
Recipients christian.heimes, exarkun, mark.dickinson
Date 2009-01-21.19:15:41
SpamBayes Score 0.002413365
Marked as misclassified No
Message-id <1232565347.89.0.0469349029558.issue5025@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch:

 - add a time.sleep(1.0) in between calls to kq.control
 - restructure for loop slightly: move initial kq.control call inside it 
 - bump number of trials from 5 to 10 (why not?!)
 - produce more meaningful error message in the unlikely event
   that we never get the 4 events we're waiting for
History
Date User Action Args
2009-01-21 19:15:47mark.dickinsonsetrecipients: + mark.dickinson, exarkun, christian.heimes
2009-01-21 19:15:47mark.dickinsonsetmessageid: <1232565347.89.0.0469349029558.issue5025@psf.upfronthosting.co.za>
2009-01-21 19:15:41mark.dickinsonlinkissue5025 messages
2009-01-21 19:15:41mark.dickinsoncreate