Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 833a3b0d3707200daeaccdd218e8f18a190284aa https://github.com/python/cpython/commit/833a3b0d3707200daeaccdd218e8f18a190284aa Author: Yury Selivanov <yury at magic.io> Date: 2017年07月05日 (2017年7月05日) Changed paths: M Lib/test/test_asyncio/test_futures.py A Misc/NEWS.d/next/Library/2017-07-04-13-10-52.bpo-30828.CLvEvV.rst M Modules/_asynciomodule.c Log Message: ----------- bpo-30828: Fix out of bounds write in `asyncio.CFuture.remove_done_callback() (#2569)