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 nascheme
Recipients
Date 2004-10-29.14:56:45
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=35752

I don't see why you need the extra bit.  When you find
weakly referenced objects, clear the wr_object pointer of
the weakref.  Move trash weakref objects with callbacks to
the wr_callbacks list as we always did.  When the trash goes
away then PyObject_ClearWeakRefs() will invoke the callbacks
normally (we only cleared the wr_object pointer, the
backpointer list is still intact).

I'm going to see if I can make this work.  In the process I
will probably discover what I have been missing. :-)
History
Date User Action Args
2007-08-23 14:27:06adminlinkissue1055820 messages
2007-08-23 14:27:06admincreate