NoneCheckNode to enforce runtime None checks for object references
authorStefan Behnel <scoder@users.berlios.de>
Sun, 29 Mar 2009 18:55:51 +0000 (20:55 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 29 Mar 2009 18:55:51 +0000 (20:55 +0200)
commit64908ab7065a9d43ad2f72609b0dcebd2fb8d8bd
treeb847d7d1a3feb2a46daa539e6a46f96672b73346
parentaaeee9d0d1582e4ee68084ac8ed94a3f0b5c99f0
NoneCheckNode to enforce runtime None checks for object references
Cython/Compiler/ExprNodes.py
Cython/Compiler/Optimize.py