]> granicus.if.org Git - python/commit
A bogus assert in the new listiter code prevented starting Python in a
authorTim Peters <tim.peters@gmail.com>
Sat, 1 Jun 2002 05:22:55 +0000 (05:22 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 1 Jun 2002 05:22:55 +0000 (05:22 +0000)
commit93b2cc4e974121ac1f7f705b3a3dbec7a2e944ab
treed0f031e1e83b4af917d43a93baa8b6dcdd36f94b
parentbb98c8cff0987e9c1afbc1967721ff4999c5d381
A bogus assert in the new listiter code prevented starting Python in a
debug build.  Repaired that, and rewrote other parts to reduce
long-winded casting.
Objects/listobject.c