inlined *args splitting code
authorStefan Behnel <scoder@users.berlios.de>
Mon, 25 Aug 2008 06:16:32 +0000 (08:16 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Mon, 25 Aug 2008 06:16:32 +0000 (08:16 +0200)
commit934b2e864073e435a5d239884d2ccc6244900f98
tree4b4a4b876094ea378935c6c5c3dc2d0b8d67c3a5
parent5de90189d11c96d159124e3323c18a88b8c08a38
inlined *args splitting code
removed some redundancy from arg parsing helper functions (and some of the helper functions)
general cleanup and performance improvements (now a lot faster for common kw passing casese)
Cython/Compiler/Nodes.py