fix bug 412: str char comparison, refactoring to move comparison coercions closer...
authorStefan Behnel <scoder@users.berlios.de>
Sat, 17 Oct 2009 20:34:28 +0000 (22:34 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 17 Oct 2009 20:34:28 +0000 (22:34 +0200)
commit07e897e907ce7d4220d1a216ab67534d97e49561
treefbd948f52c3a27db789ceb84eec3ab112e40c22d
parent443e0f512823aaf3d79ac80c2794c5e7b3c53c89
fix bug 412: str char comparison, refactoring to move comparison coercions closer in the code
Cython/Compiler/ExprNodes.py
tests/run/str_char_coercion_T412.pyx [new file with mode: 0644]