commit | c9da0893d3b49b99e29e95276437d792c6ac0c9a | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Fri Jan 10 13:36:56 2014 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Fri Jan 10 13:36:56 2014 +0200 |
tree | 1427d936c61ee1e94132c5e8948815f80f509ca9 | |
parent | 9f8621fa7d3562f472b6a16854df51bfb3fdbd5f [diff] [blame] |
Issue #19886: Use better estimated memory requirements for bigmem tests. Incorrect requirements can cause memory swapping.
diff --git a/Misc/NEWS b/Misc/NEWS index 481e901..5999b11 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -161,6 +161,8 @@ Tests ----- +- Issue #19886: Use better estimated memory requirements for bigmem tests. + - Backported tests for Tkinter variables. - Issue #19320: test_tcl no longer fails when wantobjects is false.