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 jhylton
Recipients
Date 2007-02-25.22:36:21
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I tried test67.py in IronPython.  It reports that x.hello has the value 456.  Is that the correct behavior?  It seems incorrect to me.  If the __eq__ method is called, then the object should no longer have either the Strange() or hello attributes.  They are cleared by reseting __dict__.  Is that right?
History
Date User Action Args
2007-08-23 14:34:48adminlinkissue1303614 messages
2007-08-23 14:34:48admincreate