Yury Selivanov added the comment: > Regarding the microbench, please count and report how many times it actually > calls select().
I'm on MacOS X, so it's KqueueSelector. It's 'select' method (and self._kqueue.control respectively) is called twice more times. So for 100K tasks, select gets called 200K. But that's just the way my benchmark is written. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue20275> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com