diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-01-10 11:39:27 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-01-10 11:39:27 (GMT) |
commit | 786ac7b27d6eb36a53a91c41877f5cf86aa4f55f (patch) | |
tree | 5d5aee1b89f2d9809be9ab43364f1438bc1ce9cf /Misc/NEWS | |
parent | c1cb227b3fafd5cb112288e7c24466dff12d9a93 (diff) | |
parent | 4847e4e1f47bae9ed1855801c70ce7fbdecfa32a (diff) | |
download | cpython-786ac7b27d6eb36a53a91c41877f5cf86aa4f55f.zip cpython-786ac7b27d6eb36a53a91c41877f5cf86aa4f55f.tar.gz cpython-786ac7b27d6eb36a53a91c41877f5cf86aa4f55f.tar.bz2 |
Issue #19886: Use better estimated memory requirements for bigmem tests.
Incorrect requirements can cause memory swapping.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -58,6 +58,11 @@ IDLE - Issue #18960: IDLE now ignores the source encoding declaration on the second line if the first line contains anything except a comment. +Tests +----- + +- Issue #19886: Use better estimated memory requirements for bigmem tests. + Tools/Demos ----------- |