Branch: refs/heads/backport-833a3b0-3.6 Home: https://github.com/python/cpython Commit: cd3fe16656e8188f0e047f51e2ea0e141215212c https://github.com/python/cpython/commit/cd3fe16656e8188f0e047f51e2ea0e141215212c 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: ----------- [3.6] bpo-30828: Fix out of bounds write in `asyncio.CFuture.remove_done_callback() (GH-2569) (cherry picked from commit 833a3b0d3707200daeaccdd218e8f18a190284aa)