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-30.17:51:50
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=35752

Ah,the detail that I was missing was that wr_callback is not
invoked if the weakref list has been cleared.  I.e., calling
_PyWeakref_ClearRef() is enough ensure that the callback is
never implicitly envoked.  That's cleaner than explicitly
clearing the wr_callback pointer and also seems to a
behavior that can be depended on (it's pretty fundamental to
how weakrefs are implemented).

patch3.txt looks like a winner.
History
Date User Action Args
2007-08-23 14:27:07adminlinkissue1055820 messages
2007-08-23 14:27:07admincreate