GetStarArgs: separate out keyword handling, generate specific code for functions...
authorStefan Behnel <scoder@users.berlios.de>
Tue, 15 Jan 2008 22:20:02 +0000 (23:20 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 15 Jan 2008 22:20:02 +0000 (23:20 +0100)
commitde5dbaa01b9b3922c7630f5bc58d896ebd193c06
tree8743cab791830432b2647095f5c2629c77cc3f28
parent27ee73c428eea698a11a3e8b2e57b7612a9dcc85
GetStarArgs: separate out keyword handling, generate specific code for functions with or without any combination of *args and **kwargs
Cython/Compiler/Nodes.py