[Python-checkins] [python/cpython] aaa4f9: [3.6] bpo-30828: Fix out of bounds write in `async...

GitHub noreply at github.com
Wed Jul 5 14:03:12 EDT 2017


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

(cherry picked from commit 833a3b0d3707200daeaccdd218e8f18a190284aa)




More information about the Python-checkins mailing list