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

Amaury Forgeot d'Arc report at bugs.python.org
Thu Nov 29 23:56:16 CET 2007


Amaury Forgeot d'Arc added the comment:

Here is a patch, with a unit test (I was surprised that test_bigmem.py
already contained a test_decode function, which was left empty).

But I still don't have access to any 64bit machine.
Can someone try and see if the new tests in test_bigmem.py fail, and
that the patch in getargs.c corrects the problem?

Added file: http://bugs.python.org/file8832/getargs.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1521>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: getargs.patch
Type: application/octet-stream
Size: 1751 bytes
Desc: not available
Url : http://mail.python.org/pipermail/python-bugs-list/attachments/20071129/16fe1fc5/attachment.obj 


More information about the Python-bugs-list mailing list