Merge branch 'sybblow-patch-1' into dev
This commit is contained in:
commit
6609de4577
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ class EventLoop(object):
|
|||
|
||||
def remove(self, f):
|
||||
fd = f.fileno()
|
||||
self._fd_to_f[fd] = None
|
||||
del self._fd_to_f[fd]
|
||||
self._impl.remove_fd(fd)
|
||||
|
||||
def modify(self, f, mode):
|
||||
|
|
Loading…
Reference in a new issue