]> granicus.if.org Git - python/commit
Issue #1521: on 64bit platforms, str.decode fails on very long strings.
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 30 Nov 2007 20:51:40 +0000 (20:51 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 30 Nov 2007 20:51:40 +0000 (20:51 +0000)
commitdafd32b730c246b76a28e4089253e3a2b614df58
tree740fe6b260b2daa3de96b66140941337954d5bf3
parentbe49a90eb3c54bd29a8bf3da5875db26d2fa2924
Issue #1521: on 64bit platforms, str.decode fails on very long strings.
The t# and w# formats were not correctly handled.

Will backport.
Lib/test/test_bigmem.py
Misc/NEWS
Python/getargs.c