zopefoundation / Acquisition

Acquisition is a mechanism that allows objects to obtain attributes from the containment hierarchy they're in.
Other
12 stars 12 forks source link

call PyObject_GC_UnTrack() in tp_dealloc() #22

Closed stephan-hof closed 7 years ago

stephan-hof commented 7 years ago
see the following sites for details:
* https://bugs.python.org/issue31095
* https://github.com/python/cpython/pull/2974

Fixed #21

jamadden commented 7 years ago

Would you be interested in amending the commit to reflect the original author (as with https://github.com/zopefoundation/zope.security/commit/a11c5e20c2e25a5f7f32f1c11e4d4f47322ff3bb)? I think that git commit --amend --author="KIMURA Chikahiro <chi-kimura@xr.jp.nec.com>" --date="2017-08-07 17:48:08 +0900" would do it.

EDIT: Oh, I see there was such a commit at https://github.com/zopefoundation/Acquisition/commit/61bae8d442569e84bde4edd027c05ab927ed594c but it doesn't seem to be referenced.

stephan-hof commented 7 years ago

Done as requested by @jamadden