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