Skip to content

Accept singular pdb exception command - #15206

Merged
Carreau merged 1 commit into
ipython:mainfrom
tdashelby-cmyk:codex/accept-pdb-exception-alias
May 23, 2026
Merged

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

Conversation

@tdashelby-cmyk

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

Copy link
Copy Markdown
Contributor

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
Contributor 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.

@Carreau
Carreau merged commit 8421bc3 into ipython:main May 23, 2026
21 of 22 checks passed
@Carreau

Carreau commented May 23, 2026

Copy link
Copy Markdown
Member

thanks

@Carreau Carreau added this to the 9.14 milestone May 29, 2026
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

2 participants