[issue28376] rangeiter_new fails when creating a range of step 0

Oren Milman report at bugs.python.org
Sat Oct 8 13:51:49 EDT 2016


Oren Milman added the comment:

Alright, just added 'with test.support.check_warnings(('', DeprecationWarning)):'.
*ver4.diff is attached.
I ran the tests again (this time using 'python_d.exe -We -m test -j3'), and they were successful :)

That was totally my bad, of course, but anyway, ISTM that https://docs.python.org/devguide/index.html should say './python -We -m test -j3' in section 4 (Run the tests).

----------
Added file: http://bugs.python.org/file45022/issue28376_CPython36_ver4.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28376>
_______________________________________


More information about the Python-bugs-list mailing list