fix *args/**kwargs in lambda function declaration: was messed up with annotation...
authorStefan Behnel <scoder@users.berlios.de>
Tue, 2 Nov 2010 13:27:17 +0000 (14:27 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 2 Nov 2010 13:27:17 +0000 (14:27 +0100)
commit8c5adff1245e21e2ceee56d110a6e8367db618dd
tree509ef11430120bd0319971b4eb3a90a37b37efb0
parent915d88612fe08dbb27b47900d5529c8a660b090f
fix *args/**kwargs in lambda function declaration: was messed up with annotation syntax
Cython/Compiler/Parsing.py
tests/run/lambda_T195.pyx