[Checkins] [zopefoundation/Acquisition] 11c621: call PyObject_GC_UnTrack() in tp_dealloc()

GitHub noreply at github.com
Mon Sep 11 17:09:28 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/Acquisition
  Commit: 11c621e30ca88b31472c412a39e32652f49acfb3
      https://github.com/zopefoundation/Acquisition/commit/11c621e30ca88b31472c412a39e32652f49acfb3
  Author: KIMURA Chikahiro <chi-kimura at xr.jp.nec.com>
  Date:   2017-09-11 (Mon, 11 Sep 2017)

  Changed paths:
    M CHANGES.rst
    M src/Acquisition/_Acquisition.c

  Log Message:
  -----------
  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: a4a7cee6212f18d5d88eec23ac0e3f8c59bf9a58
      https://github.com/zopefoundation/Acquisition/commit/a4a7cee6212f18d5d88eec23ac0e3f8c59bf9a58
  Author: stephan-hof <stephan-hof at users.noreply.github.com>
  Date:   2017-09-11 (Mon, 11 Sep 2017)

  Changed paths:
    M CHANGES.rst
    M src/Acquisition/_Acquisition.c

  Log Message:
  -----------
  Merge pull request #22 from zopefoundation/issue21

call PyObject_GC_UnTrack() in tp_dealloc()


Compare: https://github.com/zopefoundation/Acquisition/compare/e509c0153fdd...a4a7cee6212f


More information about the checkins mailing list