]> granicus.if.org Git - python/commit
bpo-30508: Don't log exceptions if Task/Future "cancel()" method was called. (#2109)
authorYury Selivanov <yury@magic.io>
Sun, 11 Jun 2017 14:00:14 +0000 (14:00 +0000)
committerGitHub <noreply@github.com>
Sun, 11 Jun 2017 14:00:14 +0000 (14:00 +0000)
commit176f2ebdad93f20876c08efabd364a0e6c86de14
tree63eaa99f8e662418e60d07fec138f33c3bd504a6
parent59422a29ee3a95866c4f7e037bdfffd5768afddd
bpo-30508: Don't log exceptions if Task/Future "cancel()" method was called. (#2109)
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