implement 'char_val in bytes_string' and 'pyunicode_val in unicode_string'
authorStefan Behnel <scoder@users.berlios.de>
Tue, 20 Apr 2010 13:36:14 +0000 (15:36 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 20 Apr 2010 13:36:14 +0000 (15:36 +0200)
commita4d4b46c40f8c9235e394d87c0e6444621494bf7
treeea3a21532ebf9f1dd37abd0480af26121c4e9d4c
parent36b2a2af51100983139623fa68cec5c6fef73fcc
implement 'char_val in bytes_string' and 'pyunicode_val in unicode_string'
optimise literal string case using a switch statement
enable switch transform for regular PrimaryCmpNode
Cython/Compiler/ExprNodes.py
Cython/Compiler/Optimize.py
tests/run/inop.pyx
tests/run/notinop.pyx