-
Notifications
You must be signed in to change notification settings - Fork 147
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
List comprehension problem #256
Comments
What do you mean by an Can you describe how you start it ? |
Ill be a bit pedantic for clarity: Run this from the cli Then you should be able to reproduce the error in the resulting "embeded" ipython session. |
@zwedwin Thanks for the clarification. It helps to reproduce the issue. And sorry to ask for pedantic explanations: as the README mentions, there are various ways to use |
No worries! thanks for looking into it |
While using
IPython import embed; embed()
in an ipdb session list comprehensions seem to have a broken scope, take the snippet as an example. Confirmed this is not an IPython issue.The text was updated successfully, but these errors were encountered: