]> granicus.if.org Git - python/commit
bpo-30508: Don't log exceptions if Task/Future "cancel()" method called (#2050)
authorYury Selivanov <yury@magic.io>
Sun, 11 Jun 2017 13:49:18 +0000 (13:49 +0000)
committerGitHub <noreply@github.com>
Sun, 11 Jun 2017 13:49:18 +0000 (13:49 +0000)
commit7ce1c6fb579a01bb184224a10019039fde9c8eaf
treecfae34038438eb189d445bcd6391c9c19607baf7
parent36ff451ebae41f09560bff582c95946474d898f8
bpo-30508: Don't log exceptions if Task/Future "cancel()" method called (#2050)
Lib/asyncio/futures.py
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_futures.py
Lib/test/test_asyncio/test_tasks.py
Misc/NEWS
Modules/_asynciomodule.c