]> 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)
commit42aa9c078a28f54fd30bf3a9feb3176e42049ca4
tree59d09b442591078284913109c2f70eb30696f6f2
parent77a57c7570fa77ea7ccac72286369b56df8509da
Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests.
Used PyMem_New to check overflow.
Lib/test/test_itertools.py
Modules/itertoolsmodule.c