Richard Marko added the comment:

Would be nice to have this commited as without this change

-        if self.quitting:
-            return # None
+        if not self.botframe:
+            self.botframe = frame

it's not possible to quit Bdb (and the code it's executing) as it just returns 
and doesn't raise BdbQuit.

----------
nosy: +rmarko

_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue16446>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to