cleanup of arg parsing code, faster string comparison in __Pyx_SplitKeywords(), some...
authorStefan Behnel <scoder@users.berlios.de>
Tue, 26 Aug 2008 11:54:57 +0000 (13:54 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 26 Aug 2008 11:54:57 +0000 (13:54 +0200)
commitddec9330524f960c995d7495faa8a5d6ea8255c2
tree93c2b3238d722bc1b4d85003a17e3e9d7f903ed8
parent377e4514d2db8b443cc0593c2f5ee9e027c7e430
cleanup of arg parsing code, faster string comparison in __Pyx_SplitKeywords(), some minor exception fixes
Cython/Compiler/Nodes.py
tests/run/callargs.pyx
tests/run/kwonlyargscall.pyx