This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neologix
Recipients felipecruz, giampaolo.rodola, gvanrossum, neologix, pitrou, rosslagerwall
Date 2013-01-03.19:57:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM3csLJamrPafiWGngFo8qx3dzY5qt+8+tjD9tCkaD4ieQ@mail.gmail.com>
In-reply-to <CAH_1eM2ju+Bf6BMXPZt1wdGngcjgKf3OkT6117fv3UCSkyxi0Q@mail.gmail.com>
Content
Oh, I noticed that EpollPollster never closes the underlying epoll FD:
that's why Pollster objects should have a close() method (and probably
support a context manager).
History
Date User Action Args
2013-01-03 19:57:16neologixsetrecipients: + neologix, gvanrossum, pitrou, giampaolo.rodola, rosslagerwall, felipecruz
2013-01-03 19:57:16neologixlinkissue16853 messages
2013-01-03 19:57:16neologixcreate