[issue17026] pdb frames accessible after the termination occurs on uncaught exception

2019-04-27 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17026] pdb frames accessible after the termination occurs on uncaught exception

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: Nosy list set according to experts page. -- nosy: +BreamoreBoy, georg.brandl versions: +Python 3.5 -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17026

[issue17026] pdb frames accessible after the termination occurs on uncaught exception

2013-01-24 Thread Xavier de Gaye
New submission from Xavier de Gaye: The following test illustrates the problem. script.py contains the line 1 / 0. The 'bt' command is also wrong. $ python3 -m pdb script.py /tmp/script.py(1)module() - 1 / 0 (Pdb) continue Traceback (most recent call last): File