]> granicus.if.org Git - python/commit
Backport of r59241: str.decode fails on very long strings on 64bit platforms.
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 30 Nov 2007 21:53:17 +0000 (21:53 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 30 Nov 2007 21:53:17 +0000 (21:53 +0000)
commit8334a4fc313be34d3b76f8635b160159c10f8b0e
treec63137138fef73ff603e61965d68a1dd3a0b7bc9
parenta5463ab7de21ed6f9252a655156fbc6f48909bd5
Backport of r59241: str.decode fails on very long strings on 64bit platforms.

PyArgs_ParseTuple t# and w# formats truncated the lengths to 32bit.
Lib/test/test_bigmem.py
Misc/NEWS
Python/getargs.c