Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make event_input ignore EAGAIN errors
When you're reading from a file descriptor in non-blocking mode and there's nothing to read, you get an EAGAIN error. We don't want to see those as exceptions; we want to see a None value returned by event_input().
- Loading branch information