fix rich eq/ne comparisons with string literals if they return non-boolean values
authorStefan Behnel <stefan_ml@behnel.de>
Mon, 20 Aug 2012 17:36:38 +0000 (19:36 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Mon, 20 Aug 2012 17:36:38 +0000 (19:36 +0200)
commit72f826cac3a785772a6789f124107737310e9963
treee3d61bace0986f205cf24d913a9519d6029aca69
parenta3ace265e68ad97c24ce2b52d99d45b60b26eda2
fix rich eq/ne comparisons with string literals if they return non-boolean values
Cython/Compiler/ExprNodes.py
tests/run/richcmp_str_equals.py [new file with mode: 0644]