Skip to content

Commit e02c57c

Browse files
Update Misc/NEWS.d/next/Library/2024-09-24-00-01-24.gh-issue-124400.0XCgfe.rst
Co-authored-by: Irit Katriel <[email protected]>
1 parent 44617d0 commit e02c57c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
``until`` in ``commands`` executes correctly now in :mod:`pdb`. Breakpoint commands will not print the frame information if there's a command that resumes execution in the command list.
1+
Fixed :mod:`pdb` bug where ``until`` has no effect when it appears in a ``commands`` sequence. Also avoid printing the frame information at a breakpoint if it has a command list containing a command that resumes execution.

0 commit comments

Comments
 (0)