]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-28963: Fix out of bound iteration in asyncio.Future.remove_done_callback/C (...
authorYury Selivanov <yselivanov@gmail.com>
Fri, 3 Mar 2017 04:46:56 +0000 (23:46 -0500)
committerGitHub <noreply@github.com>
Fri, 3 Mar 2017 04:46:56 +0000 (23:46 -0500)
commit84af903f3bc6780cb4e73ff05ad2e242d3966417
tree5d1ed28b40829da6114494647cd5ff2c909f3471
parent2f156457856da360a5549dd72f265c56f1b120f8
bpo-28963: Fix out of bound iteration in asyncio.Future.remove_done_callback/C (#408)
Lib/test/test_asyncio/test_futures.py
Misc/NEWS
Modules/_asynciomodule.c