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 brett.cannon
Recipients brett.cannon
Date 2013-06-07.20:51:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370638316.1.0.167534610168.issue18163@psf.upfronthosting.co.za>
In-reply-to
Content
KeyError could grow a 'key' attribute for the key that triggered the exception. Since keys are expected to be immutable (in order to be hashable) there is no GC issue to worry about.
History
Date User Action Args
2013-06-07 20:51:56brett.cannonsetrecipients: + brett.cannon
2013-06-07 20:51:56brett.cannonsetmessageid: <1370638316.1.0.167534610168.issue18163@psf.upfronthosting.co.za>
2013-06-07 20:51:56brett.cannonlinkissue18163 messages
2013-06-07 20:51:55brett.cannoncreate