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 christian.heimes
Recipients christian.heimes
Date 2007-12-18.12:13:40
SpamBayes Score 0.2566662
Marked as misclassified No
Message-id <1197980020.78.0.710337047822.issue1651@psf.upfronthosting.co.za>
In-reply-to
Content
I think that the cached default encoding version of the unicode object
should be limited in size. It's probably a bad idea to cache a 100MB of
data. For large amount strings and unicode objects the user should do
explicit caching if required.
History
Date User Action Args
2007-12-18 12:13:40christian.heimessetspambayes_score: 0.256666 -> 0.2566662
recipients: + christian.heimes
2007-12-18 12:13:40christian.heimessetspambayes_score: 0.256666 -> 0.256666
messageid: <1197980020.78.0.710337047822.issue1651@psf.upfronthosting.co.za>
2007-12-18 12:13:40christian.heimeslinkissue1651 messages
2007-12-18 12:13:40christian.heimescreate