refactoring to skip generating arg tuple unpacking code if we know there will be...
authorStefan Behnel <scoder@users.berlios.de>
Sat, 2 Feb 2008 12:23:00 +0000 (13:23 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 2 Feb 2008 12:23:00 +0000 (13:23 +0100)
commit7231dff1a2bd210c47a9ed0c72388b99ba0b4d39
tree09d1a5653fc58cacc71c286e2434d15168947fae
parent94aede41f4099540af41fa0e5e0d61b2396a0137
refactoring to skip generating arg tuple unpacking code if we know there will be keyword arguments
Cython/Compiler/Nodes.py