Skip to content

bpython crashes after using a function defined with tuple as an element #152

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

Closed
ikanobori opened this issue Jul 4, 2014 · 1 comment
Closed

Comments

@ikanobori
Copy link
Contributor

#!python

def f(a,(b,c)):
    return a+b+c

f(_

bpython will crash in case you type something to the filed marked with underscore.
I have reproduced the bug on two different computers (both have python 2.6 installed)


@ikanobori
Copy link
Contributor Author

Duplicate of #133.


Original Comment By: Andreas Stührk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant