fix compiler crash on bad code (complex % x) and move directive handling in ModNode...
authorStefan Behnel <stefan_ml@behnel.de>
Mon, 22 Apr 2013 19:32:06 +0000 (21:32 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Mon, 22 Apr 2013 19:32:06 +0000 (21:32 +0200)
commitea9ca9d4ce658fb002e7f344113b2abd7f4becf3
tree1710b74e1f8b6b3b3511021b7bcf7f79d5df306a
parentbf2a6c4a93c2d1b76a5a2316b6dfd3eda5a09c7b
fix compiler crash on bad code (complex % x) and move directive handling in ModNode to analysis phase
Cython/Compiler/ExprNodes.py
tests/errors/mod_errors.pyx [new file with mode: 0644]