[Python-checkins] [python/cpython] 0ecdc5: bpo-30537: use PyNumber in itertools.islice instea...

GitHub noreply at github.com
Thu Jun 8 02:03:05 EDT 2017


  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 (Wed, 07 Jun 2017)

  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




More information about the Python-checkins mailing list