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 stutzbach
Recipients Jim.Jewett, amaury.forgeotdarc, asvetlov, dstanek, kristjan.jonsson, loewis, pitrou, rhettinger, stutzbach, tim.peters
Date 2012-04-17.17:47:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMMy=OvxDjH9jxA_9yfD9XNUidyzG9SF0-ihOqB3ruZy4ME1CQ@mail.gmail.com>
In-reply-to <1334660859.3338.14.camel@localhost.localdomain>
Content
On Tue, Apr 17, 2012 at 4:08 AM, Antoine Pitrou <report@bugs.python.org> wrote:
> has_finalizer() in gcmodule.c doesn't check for weakref callbacks, so a
> weakref callback can still be invoked from tp_dealloc.

Unless I'm mistaken, weakrefs will be handled and removed by
handle_weakrefs() before delete_garbage() is called.
History
Date User Action Args
2012-04-17 17:47:48stutzbachsetrecipients: + stutzbach, tim.peters, loewis, rhettinger, amaury.forgeotdarc, pitrou, kristjan.jonsson, dstanek, asvetlov, Jim.Jewett
2012-04-17 17:47:47stutzbachlinkissue9141 messages
2012-04-17 17:47:47stutzbachcreate