fix ticket #227: type check for bool is called PyBool_Check, not CheckExact
authorStefan Behnel <scoder@users.berlios.de>
Sun, 1 Mar 2009 19:59:01 +0000 (20:59 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 1 Mar 2009 19:59:01 +0000 (20:59 +0100)
commitd944e557c8067706a0ff6e5c3c7c4672abdcbb1c
treec64f5dcca0f04cec7cd9915efdb4352c7e2f9670
parentf714ea48c7d43073ed9a67d927e3bf3846762a58
fix ticket #227: type check for bool is called PyBool_Check, not CheckExact
Cython/Compiler/PyrexTypes.py