cpython: bd97eab25c70 (original) (raw)

Mercurial > cpython

changeset 93654:bd97eab25c70

Issue #16113: Also remove test_case_sha3_224_huge [#16113]

Ned Deily nad@acm.org
date Fri, 28 Nov 2014 15:22:15 -0800
parents 70163e18da87(current diff)21257f916668(diff)
children 4990157343c6
files
diffstat 1 files changed, 0 insertions(+), 6 deletions(-)[+] [-] Lib/test/test_hashlib.py 6

line wrap: on

line diff

--- a/Lib/test/test_hashlib.py +++ b/Lib/test/test_hashlib.py @@ -373,12 +373,6 @@ class HashLibTestCase(unittest.TestCase) "e718483d0ce769644e2e42c7bc15b4638e1f98b13b2044285632a803afa973eb"+ "de0ff244877ea60a4cb0432ce577c31beb009c5c2c49aa2e4eadb217ad8cc09b")

- def test_gil(self): # Check things work fine with an input larger than the size required # for multithreaded operation (which is hardwired to 2048).