more explicit method to check if a type can coerce to a Python object
authorStefan Behnel <scoder@users.berlios.de>
Thu, 3 Dec 2009 14:05:01 +0000 (15:05 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Thu, 3 Dec 2009 14:05:01 +0000 (15:05 +0100)
commit226ad9cf23f075d7cdcefc5beff687340e76a2cb
treeb5e0c87e29d2bc3d376b3d5706de65469a13fb8d
parentd5419f9eec608662ad24807896e8b90e55b4c805
more explicit method to check if a type can coerce to a Python object
Cython/Compiler/ExprNodes.py
Cython/Compiler/PyrexTypes.py