[Python-checkins] [python/cpython] d0e821: bpo-29347: Fix possibly dereferencing undefined po...

GitHub noreply at github.com
Sun Feb 19 23:25:17 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: d0e8212ed70445cc3d48b0d4ae7c9cb480004010
      https://github.com/python/cpython/commit/d0e8212ed70445cc3d48b0d4ae7c9cb480004010
  Author: Xiang Zhang <angwerzx at 126.com>
  Date:   2017-02-20 (Mon, 20 Feb 2017)

  Changed paths:
    M Misc/NEWS
    M Objects/weakrefobject.c

  Log Message:
  -----------
  bpo-29347: Fix possibly dereferencing undefined pointers when creating weakref objects (#128)




More information about the Python-checkins mailing list