Skip to content

Accept singular pdb exception command#15206

Open
tdashelby-cmyk wants to merge 1 commit into
ipython:mainfrom
tdashelby-cmyk:codex/accept-pdb-exception-alias
Open

Accept singular pdb exception command#15206
tdashelby-cmyk wants to merge 1 commit into
ipython:mainfrom
tdashelby-cmyk:codex/accept-pdb-exception-alias

Conversation

@tdashelby-cmyk
Copy link
Copy Markdown

@tdashelby-cmyk tdashelby-cmyk commented May 11, 2026

Summary

  • add exception as an alias for the existing exceptions chained-exception debugger command
  • cover the command dispatch path with a regression test

Closes #14870

Tests

  • .\.venv312\Scripts\python.exe -m pytest tests/test_debugger.py -q

@tdashelby-cmyk
Copy link
Copy Markdown
Author

The remaining failing check is the downstream test (macos-14, 3.13) job. The failure is in pyflyby tests/test_interactive.py::test_error_during_completion_1[prompt_toolkit], where the pty transcript differs around completion/error output.

This PR only adds the singular exception debugger command alias under the existing chained-exception command path; that path is skipped on Python 3.13, and the Ubuntu 3.13 downstream job passed. I tried rerunning the failed job, but GitHub requires repository admin permissions for that action.

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.

Pdb chained exception decumentation issue

1 participant