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 Mark.Shannon
Recipients Mark.Shannon
Date 2012-01-29.14:26:46
SpamBayes Score 0.00060009357
Marked as misclassified No
Message-id <1327847206.97.0.499643364955.issue13903@psf.upfronthosting.co.za>
In-reply-to
Content
The proposed dictionary implementation allows sharing of keys & hashes between dictionaries. This leads to substantial memory savings for object-oriented programs. For non-OO programs the impact is negligible.
History
Date User Action Args
2012-01-29 14:26:47Mark.Shannonsetrecipients: + Mark.Shannon
2012-01-29 14:26:46Mark.Shannonsetmessageid: <1327847206.97.0.499643364955.issue13903@psf.upfronthosting.co.za>
2012-01-29 14:26:46Mark.Shannonlinkissue13903 messages
2012-01-29 14:26:46Mark.Shannoncreate