reverted latest changes: calling PyDict_GetItem inside a switch is actually faster...
authorStefan Behnel <scoder@users.berlios.de>
Fri, 26 Dec 2008 09:51:39 +0000 (10:51 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 26 Dec 2008 09:51:39 +0000 (10:51 +0100)
commit940883b061039e11fbe12c1b5eacca7530ddc0e3
tree4ddfe95cf19d9f686a3a68419608c15cc10535e8
parent5264f2aa272f9722015be043fd17910703eee669
reverted latest changes: calling PyDict_GetItem inside a switch is actually faster than always looping over the kwdict
Cython/Compiler/Nodes.py