always parse keyword arguments in a PyDict_Next() loop - almost always faster than...
authorStefan Behnel <scoder@users.berlios.de>
Wed, 24 Dec 2008 23:29:46 +0000 (00:29 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Wed, 24 Dec 2008 23:29:46 +0000 (00:29 +0100)
commit33fa345d332f214cdba31d757cded8f28d2c1c31
tree9728baa142d4b0da2fc99012238bc3e8d459c47e
parent8839d75af18291e84ab7dda2144341becb45c4ab
always parse keyword arguments in a PyDict_Next() loop - almost always faster than multiple calls to PyDict_GetItem()
Cython/Compiler/Nodes.py