Fixed iterator raising exception bug.
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Wed, 14 May 2008 19:58:07 +0000 (21:58 +0200)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Wed, 14 May 2008 19:58:07 +0000 (21:58 +0200)
commit30d67e5aaa3bc6fc838733b26fccf3dc82f708ec
tree6bc887a818a56b42c2a4c5db55463fdf8de38f9c
parent03cdb7389496c4b08137b22d241b0bf20850ecb0
Fixed iterator raising exception bug.

Simply a typo in NextNode...
Cython/Compiler/ExprNodes.py
tests/run/iteratorexception.pyx [new file with mode: 0644]