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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1651>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to