Branch: refs/heads/bpo-30014-selectors-modify-speedup Home: https://github.com/python/cpython Commit: 11f5491c491117143bb7cd7ff8d2cad83fb44e75 https://github.com/python/cpython/commit/11f5491c491117143bb7cd7ff8d2cad83fb44e75 Author: Giampaolo Rodola <g.rodola at gmail.com> Date: 2017年04月07日 (2017年4月07日) Changed paths: M Doc/whatsnew/3.7.rst M Lib/selectors.py Log Message: ----------- #30014: make selectors.DefaultSelector.modify() faster by relying on selector's modify() method instead of un/register()ing the fd