]> granicus.if.org Git - python/commit
Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 2 Feb 2015 23:50:31 +0000 (01:50 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 2 Feb 2015 23:50:31 +0000 (01:50 +0200)
commit7a27c97216ef1a71bc26a559d7331523875a0c6f
tree9eddc670b521a45b275d3944812f16ea501b2540
parent83848704f550912fe559988d6de0b5105844d75f
parentb5e8e5755586820a278326e2aa55b8ff755f0a59
Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests.
Used PyMem_New to check overflow.
Lib/test/test_itertools.py