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

GitHub noreply at github.com
Sun Jun 11 09:49:19 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 7ce1c6fb579a01bb184224a10019039fde9c8eaf
      https://github.com/python/cpython/commit/7ce1c6fb579a01bb184224a10019039fde9c8eaf
  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 called (#2050)




More information about the Python-checkins mailing list