mirror of
https://github.com/python/cpython.git
synced 2025-09-13 12:17:24 +00:00
Concatenation on a long string breaks (SF #1526585).
This commit is contained in:
parent
c95f7569e8
commit
97ff04789d
4 changed files with 78 additions and 5 deletions
|
@ -66,7 +66,9 @@ reports are written to. These parameters all have defaults (5, 4 and
|
|||
|
||||
-M runs tests that require an exorbitant amount of memory. These tests
|
||||
typically try to ascertain containers keep working when containing more than
|
||||
2 bilion objects, and only work on 64-bit systems. The passed-in memlimit,
|
||||
2 billion objects, which only works on 64-bit systems. There are also some
|
||||
tests that try to exhaust the address space of the process, which only makes
|
||||
sense on 32-bit systems with at least 2Gb of memory. The passed-in memlimit,
|
||||
which is a string in the form of '2.5Gb', determines howmuch memory the
|
||||
tests will limit themselves to (but they may go slightly over.) The number
|
||||
shouldn't be more memory than the machine has (including swap memory). You
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue