[Python-checkins] [python/cpython] baf9f2: bpo-29839: Raise ValueError rather than OverflowEr...

GitHub noreply at github.com
Sun Apr 16 02:37:19 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: baf9f29811dba9c06e76b8e220bd77260202f299
      https://github.com/python/cpython/commit/baf9f29811dba9c06e76b8e220bd77260202f299
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-04-16 (Sun, 16 Apr 2017)

  Changed paths:
    M Lib/test/test_builtin.py
    M Misc/NEWS
    M Objects/typeobject.c

  Log Message:
  -----------
  bpo-29839: Raise ValueError rather than OverflowError in len() for negative values. (#701)




More information about the Python-checkins mailing list