[Python-checkins] [python/cpython] cd3fe1: [3.6] bpo-30828: Fix out of bounds write in `async...
GitHub
noreply at github.com
Wed Jul 5 13:33:47 EDT 2017
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 (Wed, 05 Jul 2017)
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)
More information about the Python-checkins
mailing list