[issue3418] heavy resource usage with string functions

Facundo Batista report at bugs.python.org
Sat Jul 19 16:51:38 CEST 2008


Facundo Batista <facundo at taniquetil.com.ar> added the comment:

The issue is that you're creating a string of 2GB. It's expectable that
it'll use a lot of resources.

Test this, for example: 

>>> a = "." * 2147483647

----------
nosy: +facundobatista
resolution:  -> invalid
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3418>
_______________________________________


More information about the Python-bugs-list mailing list