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

GitHub noreply at github.com
Sun Jun 11 09:45:21 EDT 2017


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




More information about the Python-checkins mailing list