You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 23, 2017. It is now read-only.
kqueue() and epoll() use a file descriptor per instance.
Currently, Pollster() lacks a close() method to close the file descriptor, so
there's a risk of FD leak.
close() should be added (and probably also support the context manager
protocol).
Original issue reported on code.google.com by cf.natali on 7 Jan 2013 at 7:45