Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbbd04d commit 1538790Copy full SHA for 1538790
Lib/test/test_hashlib.py
@@ -373,12 +373,6 @@ def test_case_sha512_3(self):
373
"e718483d0ce769644e2e42c7bc15b4638e1f98b13b2044285632a803afa973eb"+
374
"de0ff244877ea60a4cb0432ce577c31beb009c5c2c49aa2e4eadb217ad8cc09b")
375
376
- @unittest.skipIf(sys.maxsize < _4G + 5, 'test cannot run on 32-bit systems')
377
- @bigmemtest(size=_4G + 5, memuse=1, dry_run=False)
378
- def test_case_sha3_224_huge(self, size):
379
- self.check('sha3_224', b'A'*size,
380
- '58ef60057c9dddb6a87477e9ace5a26f0d9db01881cf9b10a9f8c224')
381
-
382
def test_gil(self):
383
# Check things work fine with an input larger than the size required
384
# for multithreaded operation (which is hardwired to 2048).
0 commit comments