[issue1521] string.decode() fails on long strings

Amaury Forgeot d'Arc report at bugs.python.org
Fri Nov 30 18:56:07 CET 2007


Amaury Forgeot d'Arc added the comment:

> @bigmemtest(minsize=_2G*2+2, memuse=3)

minsize=_2G + 2 should trigger your second problem (where the size wraps
to a negative number). Then 7G is "enough" for the test to run.

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


More information about the Python-bugs-list mailing list