support for builtin iter(x, sentinel)
authorStefan Behnel <scoder@users.berlios.de>
Wed, 24 Feb 2010 13:23:58 +0000 (14:23 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Wed, 24 Feb 2010 13:23:58 +0000 (14:23 +0100)
commit067af347f226172fd1728938d102a28e7355a317
tree9963ecc9dc359c9855c40fbefb62ce65e15975ca
parentd334a832f0dd3562119f97f0a8d27917ac99d894
support for builtin iter(x, sentinel)
Cython/Compiler/Builtin.py
Cython/Compiler/Optimize.py
tests/run/iter.pyx [new file with mode: 0644]