diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-01-10 11:37:54 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-01-10 11:37:54 (GMT) |
commit | 4847e4e1f47bae9ed1855801c70ce7fbdecfa32a (patch) | |
tree | d661b813961c03186fbff33dc46e0840de1abf99 /Misc | |
parent | f451112413b9ea8940c8c3a902cddf701c62d17f (diff) | |
download | cpython-4847e4e1f47bae9ed1855801c70ce7fbdecfa32a.zip cpython-4847e4e1f47bae9ed1855801c70ce7fbdecfa32a.tar.gz cpython-4847e4e1f47bae9ed1855801c70ce7fbdecfa32a.tar.bz2 |
Issue #19886: Use better estimated memory requirements for bigmem tests.
Incorrect requirements can cause memory swapping.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -234,6 +234,8 @@ IDLE Tests ----- +- Issue #19886: Use better estimated memory requirements for bigmem tests. + - Issue #20055: Fix test_shutil under Windows with symlink privileges held. Patch by Vajrasky Kok. |