]> granicus.if.org Git - python/commit
Issue #14107: fix bigmem tests on str.capitalize(), str.swapcase() and
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 24 Feb 2012 23:43:27 +0000 (00:43 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 24 Feb 2012 23:43:27 +0000 (00:43 +0100)
commitabc649ddbe1894107218eb4a332a0476dab78a23
treee3a8556118de0506964b3b58b62974216ba8fc55
parentc6fbf47b28173c7bbac9a9e19201876d945859d3
Issue #14107: fix bigmem tests on str.capitalize(), str.swapcase() and
str.title(). Compute correctly how much memory is required for the test
(memuse).
Lib/test/test_bigmem.py
Objects/unicodeobject.c