[Checkins] [zopefoundation/zope.i18nmessageid] 83c5b8: Fix process of reference count during GC

GitHub noreply at github.com
Wed Sep 27 16:36:24 CEST 2017


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

  Changed paths:
    M src/zope/i18nmessageid/_zope_i18nmessageid_message.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: 12eda2c8e57d6cdee7d5d3a14a93bfaddf0655b5
      https://github.com/zopefoundation/zope.i18nmessageid/commit/12eda2c8e57d6cdee7d5d3a14a93bfaddf0655b5
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2017-09-27 (Wed, 27 Sep 2017)

  Changed paths:
    M src/zope/i18nmessageid/_zope_i18nmessageid_message.c

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

Fix process of reference count during GC


Compare: https://github.com/zopefoundation/zope.i18nmessageid/compare/f69a256465d1...12eda2c8e57d


More information about the checkins mailing list