[Python-checkins] [python/cpython] 8d26aa: bpo-29271: Fix Task.current_task and Task.all_task...

GitHub noreply at github.com
Thu Mar 2 22:16:35 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 8d26aa930c0123933a1ceb12fceba4f5aef4e95e
      https://github.com/python/cpython/commit/8d26aa930c0123933a1ceb12fceba4f5aef4e95e
  Author: Yury Selivanov <yselivanov at gmail.com>
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
    M Lib/test/test_asyncio/test_tasks.py
    M Misc/NEWS
    M Modules/_asynciomodule.c
    M Modules/clinic/_asynciomodule.c.h

  Log Message:
  -----------
  bpo-29271: Fix Task.current_task and Task.all_tasks to accept None. (#406)




More information about the Python-checkins mailing list