]> 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:34:09 +0000 (01:34 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 2 Feb 2015 23:34:09 +0000 (01:34 +0200)
commitdee948b359c3a68ab4d6b81319eb2f3548b64c91
treebf05ca6298b33151de19da538137390916ade104
parent1572944499aa7d399460076bc7872ba9d5324932
Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests.
Used PyMem_New to check overflow.
Lib/test/test_itertools.py
Modules/itertoolsmodule.c