]> granicus.if.org Git - python/commit
issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step...
authorSenthil Kumaran <senthil@uthcode.com>
Tue, 1 May 2012 02:07:49 +0000 (10:07 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Tue, 1 May 2012 02:07:49 +0000 (10:07 +0800)
commit42d7081806444582ee20f6cfdf7e8c88b165b0b0
tree117680dc95c15f7853f10bf46ecf9d48db2cb3ab
parent2e20968feb2eb720fc7906fb1ceb9e7185412610
issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye
Lib/bdb.py
Lib/test/test_pdb.py
Misc/NEWS