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 benjamin.peterson
Recipients benjamin.peterson, pitrou, rnk
Date 2009-11-25.03:27:39
SpamBayes Score 0.0040092245
Marked as misclassified No
Message-id <1259119662.79.0.234238930113.issue6033@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, my patch introduces that regression you mention. PyPy solves this
by having the instances dictionary keep track of shadowing of the type
dictionary. Not easy for CPython... I wish you luck on your patch!
History
Date User Action Args
2009-11-25 03:27:43benjamin.petersonsetrecipients: + benjamin.peterson, pitrou, rnk
2009-11-25 03:27:42benjamin.petersonsetmessageid: <1259119662.79.0.234238930113.issue6033@psf.upfronthosting.co.za>
2009-11-25 03:27:40benjamin.petersonlinkissue6033 messages
2009-11-25 03:27:39benjamin.petersoncreate