- selectors module would be better in the package (as it is in tulip: https://code.google.com/p/tulip/source/browse/#hg%2Fasyncio) - patching the exceptions via builtins does not work on OSX, that's the reason for various errors in test_events, e.g.:
kev_list = self._kqueue.control(None, max_ev, timeout)
OSError: [Errno 4] Interrupted system call
- test_subprocess_close_client_stream hangs forever. Any idea? The rest of
test_events is fine after replacing InterruptedError with OSError.
