Conversation
vstinner
changed the title
#30014: make selectors.DefaultSelector.modify() faster
bpo-30014: make selectors.DefaultSelector.modify() faster
giampaolo
changed the title
bpo-30014: make selectors.DefaultSelector.modify() faster
bpo-30014: make poll-like selector's modify() method faster
vstinner deleted the bpo-30014-selectors-modify-speedup branch
Merged
mlouielu added a commit to mlouielu/cpython that referenced this pull request
) * #30014: make selectors.DefaultSelector.modify() faster by relying on selector's modify() method instead of un/register()ing the fd * #30014: add unit test * speedup poll/epoll/devpoll modify() method by using internal modify() call * update doc * address PR comments * update NEWS entries * use != instead of 'is not'
Open