Backport Pdb closure evaluation fix (list comprehension, generators) from Python 3.13 by krassowski · Pull Request #14933 · ipython/ipython · GitHub
Skip to content

Backport Pdb closure evaluation fix (list comprehension, generators) from Python 3.13 - #14933

Merged
krassowski merged 4 commits into
ipython:mainfrom
krassowski:pdb-closure-fix-backport
Jul 1, 2025
Merged

Backport Pdb closure evaluation fix (list comprehension, generators) from Python 3.13#14933
krassowski merged 4 commits into
ipython:mainfrom
krassowski:pdb-closure-fix-backport

Conversation

@krassowski

@krassowski krassowski commented Jun 30, 2025

Copy link
Copy Markdown
Member

image

Context

IPython already includes bits of Pdb code from Python itself, as documented in:

I am taking a more cautious approach and separating the backport to a new file to make it easy to delete in the (near) future (1 year from now).

@krassowski krassowski added this to the 9.4 milestone Jun 30, 2025
@krassowski

Copy link
Copy Markdown
Member Author

@krassowski
krassowski marked this pull request as ready for review June 30, 2025 23:01
@krassowski
krassowski merged commit 2197228 into ipython:main Jul 1, 2025
@krassowski
krassowski deleted the pdb-closure-fix-backport branch July 1, 2025 08:04
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.

List comprehension problem

1 participant