]> granicus.if.org Git - python/commit
bpo-30508: Don't log exceptions if Task/Future "cancel()" method was called. (#2110)
authorYury Selivanov <yury@magic.io>
Sun, 11 Jun 2017 14:11:47 +0000 (14:11 +0000)
committerGitHub <noreply@github.com>
Sun, 11 Jun 2017 14:11:47 +0000 (14:11 +0000)
commitd24c8287e226ac9983caf6bb826a7b53142ee31f
treec041358ff6a9e78e64dc7e6cf3e5e0952ade5cd9
parentea8b34868c3a765ac9a5eed7321af8f4548a9654
bpo-30508: Don't log exceptions if Task/Future "cancel()" method was called. (#2110)
Lib/asyncio/futures.py
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_futures.py
Lib/test/test_asyncio/test_tasks.py
Misc/NEWS