reverted PyDict_GetItem() implementation, replaced by selective optimisation in Py3
authorStefan Behnel <scoder@users.berlios.de>
Tue, 23 Feb 2010 14:59:59 +0000 (15:59 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 23 Feb 2010 14:59:59 +0000 (15:59 +0100)
commit78e5a552bb0fa99c3fbd5b793da330e5d0cf7759
tree33ee11e0a20094d5e5f8ac172710af186504a784
parent1a6b77b5dd1ebccd183183801da8a1e3c7458f3f
reverted PyDict_GetItem() implementation, replaced by selective optimisation in Py3
Cython/Compiler/ExprNodes.py