Branch: refs/heads/bpo-30508-3.6 Home: https://github.com/python/cpython Commit: f106c567f349f1ffaad85af3344b24dc558bc7bf https://github.com/python/cpython/commit/f106c567f349f1ffaad85af3344b24dc558bc7bf 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 M Modules/_asynciomodule.c Log Message: ----------- bpo-30508: Don't log exceptions if Task/Future "cancel()" method was called.