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日 (2017年4月16日) 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)