Branch: refs/heads/bpo-30508-3.5 Home: https://github.com/python/cpython Commit: ed032ce6ac4e549e8be1d5f9a65acc7f94cbdb51 https://github.com/python/cpython/commit/ed032ce6ac4e549e8be1d5f9a65acc7f94cbdb51 Author: Yury Selivanov <yury at magic.io> Date: 2017年06月11日 (2017年6月11日) Changed paths: M Lib/asyncio/futures.py M Lib/asyncio/tasks.py M Lib/test/test_asyncio/test_futures.py M Lib/test/test_asyncio/test_tasks.py M Misc/NEWS Log Message: ----------- bpo-30508: Don't log exceptions if Task/Future "cancel()" method was called.