Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 0ecdc525146ecec9d1549ebf59404c769637a512 https://github.com/python/cpython/commit/0ecdc525146ecec9d1549ebf59404c769637a512 Author: Will Roberts <wildwilhelm at gmail.com> Date: 2017年06月07日 (2017年6月07日) Changed paths: M Lib/test/test_itertools.py M Misc/NEWS M Modules/itertoolsmodule.c Log Message: ----------- bpo-30537: use PyNumber in itertools.islice instead of PyLong (#1918) * bpo-30537: use PyNumber in itertools instead of PyLong * bpo-30537: revert changes except to islice_new * bpo-30537: test itertools.islice and add entry to Misc/NEWS