Cython could generate useless argument tuple parsing code for functions with required...
authorStefan Behnel <scoder@users.berlios.de>
Sat, 2 Feb 2008 11:35:05 +0000 (12:35 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 2 Feb 2008 11:35:05 +0000 (12:35 +0100)
commit94aede41f4099540af41fa0e5e0d61b2396a0137
tree210db8487c66dcb50510a1791c6579ee8fde821f
parent20ad25cf6b78b216b9f14023735d691a4d9290f2
Cython could generate useless argument tuple parsing code for functions with required kw-only args
Cython/Compiler/Nodes.py