simplify generated code by converting 'not X in Y' and 'not X is Y' into the equivale...
authorStefan Behnel <stefan_ml@behnel.de>
Wed, 21 Aug 2013 13:51:26 +0000 (15:51 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Wed, 21 Aug 2013 13:51:26 +0000 (15:51 +0200)
commitc988f6e484fb3edff8ef4d88e4118768cb32bd47
tree45c7c2b5125564dc93a84c79e738112706da2da1
parentb20c8f5cba585cbb647b16abc7512a5aeaed3f8c
simplify generated code by converting 'not X in Y' and 'not X is Y' into the equivalent not-in and is-not operators
Cython/Compiler/Optimize.py