]> granicus.if.org Git - python/commit
bpo-30828: Fix out of bounds write in `asyncio.CFuture.remove_done_callback() (#2569)
authorYury Selivanov <yury@magic.io>
Wed, 5 Jul 2017 17:32:03 +0000 (13:32 -0400)
committerGitHub <noreply@github.com>
Wed, 5 Jul 2017 17:32:03 +0000 (13:32 -0400)
commit833a3b0d3707200daeaccdd218e8f18a190284aa
tree88cc8ea50a8f2709b437b7308015ba2a48538788
parent8207c17486baece8ed0ac42d9f8d69ecec4ba7e4
bpo-30828: Fix out of bounds write in `asyncio.CFuture.remove_done_callback() (#2569)
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