]> granicus.if.org Git - python/commit
Issue #28376: The constructor of range_iterator now checks that step is not 0.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 8 Oct 2016 18:43:11 +0000 (21:43 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 8 Oct 2016 18:43:11 +0000 (21:43 +0300)
commit44759bcf13d6b47323fd4c6e4d62b7146ed0a5b1
tree3d081321de9426abac60ce6fff6f8a355a171176
parent3bd9fde4dfa2e8c50ea10c48a819b1dddafb6dc4
Issue #28376: The constructor of range_iterator now checks that step is not 0.
Patch by Oren Milman.
Lib/test/test_range.py
Misc/NEWS
Objects/rangeobject.c