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 Trundle
Recipients Trundle, daniel.urban, michael.foord, segfaulthunter
Date 2011-02-20.17:52:23
SpamBayes Score 0.008638239
Marked as misclassified No
Message-id <1298224346.98.0.270187343251.issue11133@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch that fixes the issue: The dict methods are now used directly and before every access to an instance's "__dict__" attribute, it is checked that that attribute is really the instance's attribute and not a class attribute of the instance's type.
History
Date User Action Args
2011-02-20 17:52:27Trundlesetrecipients: + Trundle, segfaulthunter, michael.foord, daniel.urban
2011-02-20 17:52:26Trundlesetmessageid: <1298224346.98.0.270187343251.issue11133@psf.upfronthosting.co.za>
2011-02-20 17:52:23Trundlelinkissue11133 messages
2011-02-20 17:52:23Trundlecreate