extend switch statement transformation to arbitrary 'in' tests: shorter, more readabl...
authorStefan Behnel <scoder@users.berlios.de>
Sat, 27 Mar 2010 09:15:37 +0000 (10:15 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 27 Mar 2010 09:15:37 +0000 (10:15 +0100)
commitab7bd1948073c6296a81463afc6d906e95b691ed
tree40f2499f5ccf59139d45b183dbe46bf2622995f9
parent1c5fd0c9122f6e0fe191d484fa5ff3ec149a636c
extend switch statement transformation to arbitrary 'in' tests: shorter, more readable C code
Cython/Compiler/Optimize.py
Cython/Compiler/UtilNodes.py
tests/run/inop.pyx