[Checkins] [zopefoundation/zope.container] 5978d8: Fix process of reference count during GC

GitHub noreply at github.com
Wed Sep 27 16:34:13 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.container
  Commit: 5978d8bd2c8789facce3ddc2e3898cbb8715baed
      https://github.com/zopefoundation/zope.container/commit/5978d8bd2c8789facce3ddc2e3898cbb8715baed
  Author: y-fujisaki2 <31396984+y-fujisaki2 at users.noreply.github.com>
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
    M src/zope/container/_zope_proxy_proxy.c

  Log Message:
  -----------
  Fix process of reference count during GC

    call PyObject_GC_UnTrack() in tp_dealloc()
    see the following sites for details:
    * https://bugs.python.org/issue31095
    * https://github.com/python/cpython/pull/2974


  Commit: 95658fd4ed22f4bf1b18d53455101c710ccff68a
      https://github.com/zopefoundation/zope.container/commit/95658fd4ed22f4bf1b18d53455101c710ccff68a
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2017-09-27 (Wed, 27 Sep 2017)

  Changed paths:
    M src/zope/container/_zope_proxy_proxy.c

  Log Message:
  -----------
  Merge pull request #25 from y-fujisaki2/patch-2

Fix process of reference count during GC


Compare: https://github.com/zopefoundation/zope.container/compare/d63e02cf3c89...95658fd4ed22


More information about the checkins mailing list