Backport generators to python < 2.5, use StopIteration instead of GeneratorExit.
authorVitja Makarov <vitja.makarov@gmail.com>
Sun, 19 Dec 2010 07:47:58 +0000 (10:47 +0300)
committerVitja Makarov <vitja.makarov@gmail.com>
Sun, 19 Dec 2010 07:47:58 +0000 (10:47 +0300)
commit1edfca8d1d53be68568bebc835e16ebc706410d3
treef002aa70ed9995241a468a885a4d120a7a2d9978
parentc0643507a7b283fc349e63518dc27685be47fda8
Backport generators to python < 2.5, use StopIteration instead of GeneratorExit.
Cython/Compiler/ExprNodes.py
runtests.py
tests/run/generators.pyx