[Python-checkins] [python/cpython] 6fad40: bpo-28876: bool of large range raises OverflowErro...

GitHub noreply at github.com
Mon Mar 20 03:13:48 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: 6fad4090ec9a27f8572bb00661b9890f01fb62f7
      https://github.com/python/cpython/commit/6fad4090ec9a27f8572bb00661b9890f01fb62f7
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
    M Lib/test/test_range.py
    M Misc/NEWS
    M Objects/rangeobject.c

  Log Message:
  -----------
  bpo-28876: bool of large range raises OverflowError (#699) (#734)

(cherry picked from commit e46fb8611867fa3b407a813f53137929b7cb4a10)




More information about the Python-checkins mailing list