[issue1651] Limit the max size of PyUnicodeObject->defenc?

Christian Heimes report at bugs.python.org
Tue Dec 18 13:13:40 CET 2007


New submission from Christian Heimes:

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.

----------
components: Interpreter Core
keywords: patch, py3k
messages: 58744
nosy: tiran
priority: high
severity: normal
status: open
title: Limit the max size of PyUnicodeObject->defenc?
versions: Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1651>
__________________________________


More information about the Python-bugs-list mailing list