[issue5025] test_kqueue failure on OS X

Mark Dickinson report at bugs.python.org
Wed Jan 21 20:15:47 CET 2009


Mark Dickinson <dickinsm at gmail.com> added the comment:

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

----------
keywords: +patch
Added file: http://bugs.python.org/file12828/issue5025.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5025>
_______________________________________


More information about the Python-bugs-list mailing list