bpo-30014: make poll-like selector's modify() method faster (#1030)
* #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'
G
Giampaolo Rodola committed
fbfaa6fd57f8dc8a3da808acb8422370fad2f27b
Parent: 894a654
Committed by Victor Stinner <victor.stinner@gmail.com>
on 6/9/2017, 8:20:41 PM