Skip to content

fix: Names not defined in list comprehension in the IPython shell - #751

Draft
caorantaoyao wants to merge 1 commit into
inducer:mainfrom
caorantaoyao:fix/issue-103-af8bce
Draft

fix: Names not defined in list comprehension in the IPython shell#751
caorantaoyao wants to merge 1 commit into
inducer:mainfrom
caorantaoyao:fix/issue-103-af8bce

Conversation

@caorantaoyao

Copy link
Copy Markdown

Fixes #103

Root cause

See the linked issue #103 for the failure report and reproduction.

Summary

See the diff. The change is minimal and localized.

Changed files

  • pudb/shell.py

Verification

  • pytest -q --tb=long --no-header
  • Target test passes after the fix
  • Full regression suite passes

Low risk. Changes are localized and covered by tests.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Names not defined in list comprehension in the IPython shell

1 participant