diff options
author | Giampaolo Rodola <g.rodola@gmail.com> | 2017-06-09 20:20:41 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2017-06-09 20:20:41 (GMT) |
commit | fbfaa6fd57f8dc8a3da808acb8422370fad2f27b (patch) | |
tree | 19698cdf7bc911be2a0332055abd6b6b5d5f629f /Doc/README.rst | |
parent | 894a654a9caafb7a5bf63e1383a048041c05023b (diff) | |
download | cpython-fbfaa6fd57f8dc8a3da808acb8422370fad2f27b.zip cpython-fbfaa6fd57f8dc8a3da808acb8422370fad2f27b.tar.gz cpython-fbfaa6fd57f8dc8a3da808acb8422370fad2f27b.tar.bz2 |
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'
Diffstat (limited to 'Doc/README.rst')
0 files changed, 0 insertions, 0 deletions