]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #16180: Exit pdb if file has syntax error, instead of trapping user
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 5 Sep 2015 23:13:17 +0000 (19:13 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sat, 5 Sep 2015 23:13:17 +0000 (19:13 -0400)
commit23ae488f23c7955a1b3448590d91b758e552764f
treeb8a9af091401918460d9f1dce47a5a5e8cb302b8
parentbda9bd1d1ccd3d40af82e4ec0b7767fe4eb2ad96
Issue #16180: Exit pdb if file has syntax error, instead of trapping user
in an infinite loop.  Patch by Xavier de Gaye.
Lib/pdb.py
Lib/test/test_pdb.py
Misc/NEWS