Example #1
0
 def _original_select(r, w, x, t):
     # windows cant handle three empty lists, but we've always
     # accepted that
     if not r and not w and not x:
         return ((), (), ())
     return _real_original_select(r, w, x, t)
Example #2
0
 def _original_select(r, w, x, t):
     # windows cant handle three empty lists, but we've always
     # accepted that
     if not r and not w and not x:
         return ((), (), ())
     return _real_original_select(r, w, x, t)