simplify and extend in/not-in and is/is-not optimisation, add test
authorStefan Behnel <stefan_ml@behnel.de>
Wed, 21 Aug 2013 18:53:17 +0000 (20:53 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Wed, 21 Aug 2013 18:53:17 +0000 (20:53 +0200)
commit7c89ca3ef36d962cee91bfd8dc678e6e3d1dfe25
tree6124e479a774f0e7b1a9f6728cd1daa12a04e501
parentc988f6e484fb3edff8ef4d88e4118768cb32bd47
simplify and extend in/not-in and is/is-not optimisation, add test
Cython/Compiler/Optimize.py
tests/run/isnot.pyx [new file with mode: 0644]