diff options
author | Yury Selivanov <yury@magic.io> | 2017-07-05 17:32:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-05 17:32:03 (GMT) |
commit | 833a3b0d3707200daeaccdd218e8f18a190284aa (patch) | |
tree | 88cc8ea50a8f2709b437b7308015ba2a48538788 /Misc | |
parent | 8207c17486baece8ed0ac42d9f8d69ecec4ba7e4 (diff) | |
download | cpython-833a3b0d3707200daeaccdd218e8f18a190284aa.zip cpython-833a3b0d3707200daeaccdd218e8f18a190284aa.tar.gz cpython-833a3b0d3707200daeaccdd218e8f18a190284aa.tar.bz2 |
bpo-30828: Fix out of bounds write in `asyncio.CFuture.remove_done_callback() (#2569)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2017-07-04-13-10-52.bpo-30828.CLvEvV.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-07-04-13-10-52.bpo-30828.CLvEvV.rst b/Misc/NEWS.d/next/Library/2017-07-04-13-10-52.bpo-30828.CLvEvV.rst new file mode 100644 index 0000000..8924962 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2017-07-04-13-10-52.bpo-30828.CLvEvV.rst @@ -0,0 +1 @@ +Fix out of bounds write in `asyncio.CFuture.remove_done_callback()`. |