[Checkins] [zopefoundation/zope.interface] 6ba212: Fix process of reference count during GC

GitHub noreply at github.com
Thu Sep 21 13:24:56 CEST 2017


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

  Changed paths:
    M src/zope/interface/_zope_interface_coptimizations.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: d372be17ce595ec78c00429e7987ed4f03872c77
      https://github.com/zopefoundation/zope.interface/commit/d372be17ce595ec78c00429e7987ed4f03872c77
  Author: y-fujisaki2 <31396984+y-fujisaki2 at users.noreply.github.com>
  Date:   2017-09-21 (Thu, 21 Sep 2017)

  Changed paths:
    M src/zope/interface/_zope_interface_coptimizations.c

  Log Message:
  -----------
  I removed an unnecessary whitespace.

Thank you for follows. I misread it for carriage return.


  Commit: 32e26fc242edee5cfa819e95a7adcef939cd4f2b
      https://github.com/zopefoundation/zope.interface/commit/32e26fc242edee5cfa819e95a7adcef939cd4f2b
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-09-21 (Thu, 21 Sep 2017)

  Changed paths:
    M CHANGES.rst

  Log Message:
  -----------
  Add change note. Fixes #100


  Commit: 7262ec2cad7ae8ec4905496afd1eece1cbe5f2cd
      https://github.com/zopefoundation/zope.interface/commit/7262ec2cad7ae8ec4905496afd1eece1cbe5f2cd
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2017-09-21 (Thu, 21 Sep 2017)

  Changed paths:
    M CHANGES.rst
    M src/zope/interface/_zope_interface_coptimizations.c

  Log Message:
  -----------
  Merge pull request #103 from y-fujisaki2/patch-1

Fix process of reference count during GC


Compare: https://github.com/zopefoundation/zope.interface/compare/fc5414c87af9...7262ec2cad7a


More information about the checkins mailing list