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 markaflacy
Recipients
Date 2006-10-08.23:37:14
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
At the moment, when you attempt to add your 101st
different Struct object to the cache, all the other 100
entries are tossed into the garbage.  That seems a
trifle odd.

The Struct cache would appear to be a perfect use for a
weakref dictionary.
History
Date User Action Args
2007-08-23 14:43:37adminlinkissue1573394 messages
2007-08-23 14:43:37admincreate