[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-30014: make poll-like selector's modify() method faster by giampaolo · Pull Request #1030 · python/cpython

the-knights-who-say-ni

The Wayback Machine - https://web.archive.org/web/20210614144628/https://github.com/python/cpython/pull/1030

Conversation

…selector's modify() method instead of un/register()ing the fd

vstinner changed the title #30014: make selectors.DefaultSelector.modify() faster bpo-30014: make selectors.DefaultSelector.modify() faster

Apr 7, 2017

… call

giampaolo changed the title bpo-30014: make selectors.DefaultSelector.modify() faster bpo-30014: make poll-like selector's modify() method faster

Jun 7, 2017

vstinner merged commit fbfaa6f into master

Jun 9, 2017

3 checks passed

bedevere/issue-number Issue number 30014 found.

Details

continuous-integration/appveyor/pr AppVeyor build succeeded

Details

continuous-integration/travis-ci/pr The Travis CI build passed

Details

vstinner deleted the bpo-30014-selectors-modify-speedup branch

Jun 9, 2017

Merged

mlouielu added a commit to mlouielu/cpython that referenced this pull request

Jun 15, 2017
)

* #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