This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xdegaye
Recipients georg.brandl, vyktor, xdegaye
Date 2015-05-09.19:41:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431200481.08.0.878158818255.issue24140@psf.upfronthosting.co.za>
In-reply-to
Content
The bug occurs also on the default branch:
'3.5.0a4+ (default:8bac00eadfda, May  6 2015, 17:40:12) \n[GCC 4.9.2 20150304 (prerelease)]'

The reason is that 'do_until' is missing from the
Pdb.commands_resuming list, which causes the Pdb.bp_commands() method
to invoke the interaction function _cmdloop() after having processed
all the breakpoint commands instead of returning from the trace
function, so that the settings made by set_until() are lost.
History
Date User Action Args
2015-05-09 19:41:21xdegayesetrecipients: + xdegaye, georg.brandl, vyktor
2015-05-09 19:41:21xdegayesetmessageid: <1431200481.08.0.878158818255.issue24140@psf.upfronthosting.co.za>
2015-05-09 19:41:21xdegayelinkissue24140 messages
2015-05-09 19:41:20xdegayecreate