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

GitHub noreply at github.com
Fri Jun 9 19:07:00 EDT 2017


  Branch: refs/heads/bpo-30508
  Home:   https://github.com/python/cpython
  Commit: b52a0e02d5f42a3b554827044e1aca23198c4f82
      https://github.com/python/cpython/commit/b52a0e02d5f42a3b554827044e1aca23198c4f82
  Author: Yury Selivanov <yury at magic.io>
  Date:   2017-06-09 (Fri, 09 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