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 loewis
Recipients
Date 2003-09-27.07:50:01
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

I fail to see a bug here. x.bar creates a new object (a
bound method),
for which then a weak reference is created. Since there is
no strong
reference to the same bound method, the bound method is
deleted, and
the weak reference dies.
History
Date User Action Args
2007-08-23 14:17:15adminlinkissue813299 messages
2007-08-23 14:17:15admincreate