]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#8015: fix crash when entering an empty line for breakpoint commands. Also restore...
authorGeorg Brandl <georg@python.org>
Fri, 30 Jul 2010 08:54:49 +0000 (08:54 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 30 Jul 2010 08:54:49 +0000 (08:54 +0000)
commit44f8bf941109c24d36d7d6e4dd05080a0191f3d9
tree02259b8a3d17ce082719bd762b666f238d2d32b1
parent26a0f87e28eb9c90446b23d73e78324f2d481a99
#8015: fix crash when entering an empty line for breakpoint commands.  Also restore environment properly when an exception occurs during the definition of commands.
Lib/pdb.py
Misc/NEWS