-
-
Notifications
You must be signed in to change notification settings - Fork 3k
internal error with lambda (x): ... #1312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for reporting this! It's almost certainly due to the way parameter unpacking treats this end case. Do you feel up to trying to come up with a fix yourself? |
Sure, I can give it a try... We'll see what happens. |
Reid, does this still feel like something you'd like to do? I can also take a look myself. |
I would be happy to have you look at it; actually I don't even know what |
OK. Quite possibly I assigned it to you by mistake. FWIW |
test.py:
filter(lambda (x): x > 0, [0,1])
The text was updated successfully, but these errors were encountered: