[Python-checkins] [python/cpython] 84af90: bpo-28963: Fix out of bound iteration in asyncio.F...

GitHub noreply at github.com
Thu Mar 2 23:46:58 EST 2017


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

  Changed paths:
    M Lib/test/test_asyncio/test_futures.py
    M Misc/NEWS
    M Modules/_asynciomodule.c

  Log Message:
  -----------
  bpo-28963: Fix out of bound iteration in asyncio.Future.remove_done_callback/C (#408)




More information about the Python-checkins mailing list