fix 'set' type checks (prevent match with frozenset)
authorStefan Behnel <scoder@users.berlios.de>
Tue, 20 Jul 2010 22:44:02 +0000 (00:44 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 20 Jul 2010 22:44:02 +0000 (00:44 +0200)
commit9215510dc86327705bec40c1c03e45c2ff59e427
tree8e60af4f08e8865afad1262da7b656ee880f9111
parentf972b0421ac043c0d0465a8c431982ebe8454920
fix 'set' type checks (prevent match with frozenset)
Cython/Compiler/ModuleNode.py
Cython/Compiler/PyrexTypes.py