optimisation: store keyword argument names as Python strings to avoid string creation...
authorStefan Behnel <scoder@users.berlios.de>
Sat, 23 Aug 2008 10:12:29 +0000 (12:12 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 23 Aug 2008 10:12:29 +0000 (12:12 +0200)
commitbbe1634ed0689d8430db40eab27d84dbaf40be8b
tree4d4df89b7cd3a3eb097f025f64513ce249413aa4
parent111409ea452703b16717f65135a4d1aabbdc966d
optimisation: store keyword argument names as Python strings to avoid string creation within PyDict_GetItemString()
Cython/Compiler/Naming.py
Cython/Compiler/Nodes.py