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

GitHub noreply at github.com
Sun Jun 11 10:11:48 EDT 2017


  Branch: refs/heads/3.5
  Home:   https://github.com/python/cpython
  Commit: d24c8287e226ac9983caf6bb826a7b53142ee31f
      https://github.com/python/cpython/commit/d24c8287e226ac9983caf6bb826a7b53142ee31f
  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

  Log Message:
  -----------
  bpo-30508: Don't log exceptions if Task/Future "cancel()" method was called. (#2110)




More information about the Python-checkins mailing list