summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2017-07-05 18:03:10 (GMT)
committerGitHub <noreply@github.com>2017-07-05 18:03:10 (GMT)
commitaaa4f991518611d101fba1ef3ecb18d7b385ad5b (patch)
tree594bd0b2de61795700c9c57d730e0230120d6725 /Misc
parente3a0ff0d76b9e7a994afa7f2c54b19a63f1bb57d (diff)
downloadcpython-aaa4f991518611d101fba1ef3ecb18d7b385ad5b.zip
cpython-aaa4f991518611d101fba1ef3ecb18d7b385ad5b.tar.gz
cpython-aaa4f991518611d101fba1ef3ecb18d7b385ad5b.tar.bz2
[3.6] bpo-30828: Fix out of bounds write in `asyncio.CFuture.remove_done_callback() (GH-2569) (#2590)
(cherry picked from commit 833a3b0d3707200daeaccdd218e8f18a190284aa)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2017-07-04-13-10-52.bpo-30828.CLvEvV.rst1
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()`.