[Python-checkins] [python/cpython] 833a3b: bpo-30828: Fix out of bounds write in `asyncio.CFu...

GitHub noreply at github.com
Wed Jul 5 13:32:04 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 833a3b0d3707200daeaccdd218e8f18a190284aa
      https://github.com/python/cpython/commit/833a3b0d3707200daeaccdd218e8f18a190284aa
  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:
  -----------
  bpo-30828: Fix out of bounds write in `asyncio.CFuture.remove_done_callback() (#2569)




More information about the Python-checkins mailing list