Oren Milman added the comment:
The diff files for 3.5 and 3.6 are attached (I only added
@test.support.cpython_only, as you suggested).
The diff file for 3.7 is also attached. It contains:
- removing rangeiter_new
- tests to verify one cannot create instances of range_iterator or
longrange_iterator (in CPython)
- added 'Iterator.register(longrange_iterator)' in Lib/_collections_abc.py
The output of 'python_d.exe -m test -j3' for each version is also attached
(they were all successful).
P.S. If we remove the ability to create instances of range_iterator in 3.7,
shouldn't we raise a DeprecationWarning in rangeiter_new in 3.5 and 3.6?
----------
Added file: http://bugs.python.org/file44995/issue28376_CPython35_ver2.diff
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue28376>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com