This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients Jim.Jewett, amaury.forgeotdarc, asvetlov, dstanek, kristjan.jonsson, loewis, pitrou, rhettinger, stutzbach, tim.peters
Date 2012-04-17.11:08:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334660859.3338.14.camel@localhost.localdomain>
In-reply-to <1334660283.07.0.773951515617.issue9141@psf.upfronthosting.co.za>
Content
> Look again.  gcmodule specifically takes any objects reachable from
> ob_clear and sees if any of them have side effects when Py_DECREF'd.

has_finalizer() in gcmodule.c doesn't check for weakref callbacks, so a
weakref callback can still be invoked from tp_dealloc.
History
Date User Action Args
2012-04-17 11:08:39pitrousetrecipients: + pitrou, tim.peters, loewis, rhettinger, amaury.forgeotdarc, kristjan.jonsson, dstanek, stutzbach, asvetlov, Jim.Jewett
2012-04-17 11:08:39pitroulinkissue9141 messages
2012-04-17 11:08:39pitroucreate