]> granicus.if.org Git - python/commit
Reduce the size of Big String and Big Binary tests to 2**14 (minus one
authorGuido van Rossum <guido@python.org>
Wed, 3 Dec 2003 15:24:02 +0000 (15:24 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 3 Dec 2003 15:24:02 +0000 (15:24 +0000)
commit291481b4dbb88560179c8064c1e2e198365bd3dd
treee4259e94d86df94fe0630b04379ce2dd4de94a8c
parent7bafa9f3403225d425befabca246eb9d40bc48fb
Reduce the size of Big String and Big Binary tests to 2**14 (minus one
for Big String).  This should make the tests pass on Win98SE.  Note
that the docs only promise lengths up to 2048.  Unfortunately this no
longer tests for the segfault I was seeing earlier, but I'm confident
I've nailed that one. :-)  Fixes SF 852281.  Will backport to 2.3.
Lib/test/test_winreg.py