[Python-checkins] [python/cpython] f106c5: bpo-30508: Don't log exceptions if Task/Future "ca...

GitHub noreply at github.com
Sun Jun 11 09:37:12 EDT 2017


  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 (Sun, 11 Jun 2017)

  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.




More information about the Python-checkins mailing list