]> granicus.if.org Git - python/commit
[3.6] bpo-30828: Fix out of bounds write in `asyncio.CFuture.remove_done_callback...
authorYury Selivanov <yury@magic.io>
Wed, 5 Jul 2017 18:03:10 +0000 (14:03 -0400)
committerGitHub <noreply@github.com>
Wed, 5 Jul 2017 18:03:10 +0000 (14:03 -0400)
commitaaa4f991518611d101fba1ef3ecb18d7b385ad5b
tree594bd0b2de61795700c9c57d730e0230120d6725
parente3a0ff0d76b9e7a994afa7f2c54b19a63f1bb57d
[3.6] bpo-30828: Fix out of bounds write in `asyncio.CFuture.remove_done_callback() (GH-2569) (#2590)

(cherry picked from commit 833a3b0d3707200daeaccdd218e8f18a190284aa)
Lib/test/test_asyncio/test_futures.py
Misc/NEWS.d/next/Library/2017-07-04-13-10-52.bpo-30828.CLvEvV.rst [new file with mode: 0644]
Modules/_asynciomodule.c