summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-01-10 11:37:54 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-01-10 11:37:54 (GMT)
commit4847e4e1f47bae9ed1855801c70ce7fbdecfa32a (patch)
treed661b813961c03186fbff33dc46e0840de1abf99 /Misc
parentf451112413b9ea8940c8c3a902cddf701c62d17f (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 220289d..65cb245 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.