Skip to content
GitLab
Explore
Sign in
Register
Kirill Smelkov
cpython
Repository
cpython
Objects
unicodeobject.c
Find file
Blame
History
Permalink
Issue #14107: fix bigmem tests on str.capitalize(), str.swapcase() and
· abc649dd
Victor Stinner
authored
Feb 25, 2012
str.title(). Compute correctly how much memory is required for the test (memuse).
abc649dd