implement any(genexpr) and all(genexpr) as special cased optimisations without requir...
authorStefan Behnel <scoder@users.berlios.de>
Sun, 9 May 2010 12:07:55 +0000 (14:07 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 9 May 2010 12:07:55 +0000 (14:07 +0200)
commit2598767600adaf4965b280d04b32a93582a01783
treeca4d93f0a67c6c07dfc8e0a63fa677bef036dbe3
parentbbf293bef657d3ab1ecca07400bde7a1ff04f275
implement any(genexpr) and all(genexpr) as special cased optimisations without requiring generators
Cython/Compiler/Optimize.py
tests/run/all.pyx [new file with mode: 0644]
tests/run/any.pyx [new file with mode: 0644]