fix bug #544: handle side-effects in flattened in-list tests correctly
authorStefan Behnel <scoder@users.berlios.de>
Tue, 15 Jun 2010 19:55:52 +0000 (21:55 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 15 Jun 2010 19:55:52 +0000 (21:55 +0200)
commite4742fe31c50d0f51fbf9b11f002735805563a17
tree30120c6a39daccd7a87afa7f6ba743cec9a4c4aa
parent0d04f2bba4c491b7255126c2c32e12fa4098d741
fix bug #544: handle side-effects in flattened in-list tests correctly
Cython/Compiler/Optimize.py
tests/run/in_list_with_side_effects_T544.pyx [new file with mode: 0644]