]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Validate that __length_hint__ returns a usable result.
authorRaymond Hettinger <python@rcn.com>
Tue, 3 Feb 2009 02:15:22 +0000 (02:15 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 3 Feb 2009 02:15:22 +0000 (02:15 +0000)
commit36f59fc67bf3e42f1f9fd75d3a82652f1526fb67
treee5636c47b49f482236f815be9f6bcb859eb96946
parent9c251e70949f2c64303488d5e9607ab613e40fbf
Validate that __length_hint__ returns a usable result.
Lib/test/test_iterlen.py
Objects/abstract.c