]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix issue #1553: An errornous __length_hint__ can make list() raise a
authorAlexandre Vassalotti <alexandre@peadrop.com>
Tue, 4 Dec 2007 06:20:30 +0000 (06:20 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Tue, 4 Dec 2007 06:20:30 +0000 (06:20 +0000)
commit79a082b7159d697f6b63e967f18e18cee0c82db7
treef8e9895453f3fbccceadc8b7618a58a1a21791cf
parenta74169b7c13bb081380a463541e80b7ba6934abd
Fix issue #1553: An errornous __length_hint__ can make list() raise a
SystemError.
Objects/abstract.c
Objects/listobject.c