]> 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:36:28 +0000 (10:36 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Tue, 1 May 2012 02:36:28 +0000 (10:36 +0800)
commit7f6d4e1926a01b88be13343a82e849a90acf56e3
treeab0d4bb8d1aa3fc6bfc96cd01e1365b1ca381e93
parentd811e150f53650e0c4c939a0f4e7adaea97a7491
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