fix performance hit in argument unpacking when passing keyword arguments into functio...
authorStefan Behnel <scoder@users.berlios.de>
Wed, 28 Jul 2010 07:50:38 +0000 (09:50 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Wed, 28 Jul 2010 07:50:38 +0000 (09:50 +0200)
commit1792fbdf12f971014b7450adc01df50dc26a88d3
tree622b40604cb8ad49186511ecf7a6d638f3853e14
parentba750d10784edac38e066df5cc82a10e8a5de9bb
fix performance hit in argument unpacking when passing keyword arguments into functions that have both required positional and optional keyword arguments
Cython/Compiler/Nodes.py