1e24dde153
We actually only generate an ast.Lambda if (lambda) was called, as a lot of code expect ast.FunctionDefs (most notably with_decorator). This allows empty lambdas too. This fixes #165.