faster way to test certain builtin types for truth: list, tuple, bytes, unicode;...
authorStefan Behnel <scoder@users.berlios.de>
Thu, 15 Apr 2010 12:52:40 +0000 (14:52 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Thu, 15 Apr 2010 12:52:40 +0000 (14:52 +0200)
commit8e31c2d5c1d332946d7e4f67023232fe7f172c78
tree597b9fd6ed36847a6f012da43aabcde1369ea216
parent3476834e076ef4267949f542a45dfa1bda49ed30
faster way to test certain builtin types for truth: list, tuple, bytes, unicode; fix truth testing of bytes literals
Cython/Compiler/ExprNodes.py
tests/run/builtins_truth_test.pyx [new file with mode: 0644]